summaryrefslogtreecommitdiff
path: root/tests/kms_pipe_crc_basic.c
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-06-18 14:28:43 +0100
committerThomas Wood <thomas.wood@intel.com>2014-07-11 11:47:46 +0100
commiteef768f283466b6d7cb3f08381f72ccf3951dc99 (patch)
treefa215a52d669c21045dcd9cfb2e7ab51742e67c1 /tests/kms_pipe_crc_basic.c
parentb6ed9fb0d9a68cd3e07154b80e78e60778a4887b (diff)
tests: enable extra connectors in kms_flip and kms_pipe_crc_basic
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'tests/kms_pipe_crc_basic.c')
-rw-r--r--tests/kms_pipe_crc_basic.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/kms_pipe_crc_basic.c b/tests/kms_pipe_crc_basic.c
index 4089fc3e..997c01cc 100644
--- a/tests/kms_pipe_crc_basic.c
+++ b/tests/kms_pipe_crc_basic.c
@@ -231,6 +231,8 @@ igt_main
igt_fixture {
data.drm_fd = drm_open_any();
+ igt_enable_connectors();
+
igt_set_vt_graphics_mode();
igt_require_pipe_crc();