mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-22 07:16:14 +00:00
test/kms_pipe_crc_basic: Fix up igt_kms conversion breakage
Apparently the framework doesn't ignore disabled pipes correctly, so help it out a bit. Again an awesome track record for our QA and bug scrubbers :( Oh and while I rant: Docs for this stuff, please ;-) Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
bd53d722dd
commit
f962dee636
@ -120,6 +120,8 @@ static void test_read_crc(data_t *data, int pipe, unsigned flags)
|
|||||||
igt_pipe_crc_free(pipe_crc);
|
igt_pipe_crc_free(pipe_crc);
|
||||||
kmstest_remove_fb(data->drm_fd, &data->fb);
|
kmstest_remove_fb(data->drm_fd, &data->fb);
|
||||||
igt_plane_set_fb(primary, NULL);
|
igt_plane_set_fb(primary, NULL);
|
||||||
|
|
||||||
|
igt_output_set_pipe(output, PIPE_ANY);
|
||||||
}
|
}
|
||||||
|
|
||||||
igt_require_f(valid_connectors, "No connector found for pipe %i\n", pipe);
|
igt_require_f(valid_connectors, "No connector found for pipe %i\n", pipe);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user