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 <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau 2014-02-05 15:54:13 +00:00
parent 969435a407
commit c4823ce9a4

View File

@ -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,