Skip to content
Snippets Groups Projects
Commit 125d77ea authored by Arthur Grillo Queiroz Cabral's avatar Arthur Grillo Queiroz Cabral :sunglasses: Committed by Kamil Konieczny
Browse files

igt: Remove duplicate igt_display_require() calls


Now that we don't need call igt_display_require() twice, remove the
duplicate calls, previously needed to expose the writeback output.

Signed-off-by: default avatarArthur Grillo <arthurgrillo@riseup.net>
Acked-by: default avatarPekka Paalanen <pekka.paalanen@collabora.com>
Reviewed-by: default avatarKamil Konieczny <kamil.konieczny@linux.intel.com>
parent ff1d9a60
No related branches found
No related tags found
No related merge requests found
......@@ -150,8 +150,6 @@ igt_simple_main
data.fd = drm_open_driver_master(DRIVER_ANY);
igt_display_require(&data.display, data.fd);
kmstest_set_vt_graphics_mode();
igt_display_require(&data.display, data.fd);
......
......@@ -563,7 +563,6 @@ igt_main_args("b:c:f:dl", long_options, help_str, opt_handler, NULL)
igt_fixture {
display.drm_fd = drm_open_driver_master(DRIVER_ANY);
igt_display_require(&display, display.drm_fd);
kmstest_set_vt_graphics_mode();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment