From c4823ce9a4d51eeb422be822e8a6d971a7141c24 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Wed, 5 Feb 2014 15:54:13 +0000 Subject: [PATCH] lib/display: Fix the SetCrtc disabling log message We were displaying the value of fb_id (0), when the actual interesting thing about this call it that it'll just down the pipe. Signed-off-by: Damien Lespiau --- lib/igt_kms.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/igt_kms.c b/lib/igt_kms.c index 22c1148..c9e110c 100644 --- a/lib/igt_kms.c +++ b/lib/igt_kms.c @@ -1056,10 +1056,9 @@ static int igt_output_commit(igt_output_t *output) mode); } else { LOG(display, - "%s: SetCrtc pipe %c, fb %u\n", + "%s: SetCrtc pipe %c, disabling\n", igt_output_name(output), - pipe_name(output->config.pipe), - fb_id); + pipe_name(output->config.pipe)); ret = drmModeSetCrtc(display->drm_fd, crtc_id, -- 2.7.4