[Intel-gfx] [PATCH i-g-t 4/4] tests: enable extra connectors in kms_flip and kms_pipe_crc_basic
Thomas Wood
thomas.wood at intel.com
Wed Jun 18 15:44:13 CEST 2014
Signed-off-by: Thomas Wood <thomas.wood at intel.com>
---
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
More information about the Intel-gfx
mailing list