tests: enable extra connectors in kms_flip and kms_pipe_crc_basic
authorThomas Wood <thomas.wood@intel.com>
Wed, 18 Jun 2014 13:28:43 +0000 (14:28 +0100)
committerThomas Wood <thomas.wood@intel.com>
Fri, 11 Jul 2014 10:47:46 +0000 (11:47 +0100)
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
tests/kms_flip.c
tests/kms_pipe_crc_basic.c

index 46ce2ed..337e224 100644 (file)
@@ -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();
index 4089fc3..997c01c 100644 (file)
@@ -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();