mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-08 16:36:14 +00:00
kms_rotation_crc: Don't commit with no fb set up
prepare_crtc() was trying to commit a display state without any fb to scan out... Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
c4564e0a51
commit
1bcac4dcb3
@ -85,7 +85,6 @@ static bool prepare_crtc(data_t *data, igt_output_t *output, enum pipe pipe,
|
||||
int fb_id;
|
||||
|
||||
igt_output_set_pipe(output, pipe);
|
||||
igt_display_commit(display);
|
||||
|
||||
/* create the pipe_crc object for this pipe */
|
||||
igt_pipe_crc_free(data->pipe_crc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user