Signed-off-by: Thomas Wood <[email protected]>
---
 tests/kms_flip.c           | 2 ++
 tests/kms_pipe_crc_basic.c | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/tests/kms_flip.c b/tests/kms_flip.c
index 46ce2ed..337e224 100644
--- a/tests/kms_flip.c
+++ b/tests/kms_flip.c
@@ -1595,6 +1595,8 @@ int main(int argc, char **argv)
        igt_fixture {
                drm_fd = drm_open_any();
 
+               igt_enable_connectors();
+
                igt_set_vt_graphics_mode();
                igt_install_exit_handler(kms_flip_exit_handler);
                get_timestamp_format();
diff --git a/tests/kms_pipe_crc_basic.c b/tests/kms_pipe_crc_basic.c
index 9eec4e6..0557b03 100644
--- a/tests/kms_pipe_crc_basic.c
+++ b/tests/kms_pipe_crc_basic.c
@@ -186,6 +186,8 @@ igt_main
        igt_fixture {
                data.drm_fd = drm_open_any();
 
+               igt_enable_connectors();
+
                igt_set_vt_graphics_mode();
 
                igt_require_pipe_crc();
-- 
1.9.3

_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to