mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-21 14:56:18 +00:00
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:
parent
969435a407
commit
c4823ce9a4
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user