summaryrefslogtreecommitdiff
path: root/tests/kms_pipe_b_c_ivb.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kms_pipe_b_c_ivb.c')
-rw-r--r--tests/kms_pipe_b_c_ivb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kms_pipe_b_c_ivb.c b/tests/kms_pipe_b_c_ivb.c
index f66e9c43..9d66bda0 100644
--- a/tests/kms_pipe_b_c_ivb.c
+++ b/tests/kms_pipe_b_c_ivb.c
@@ -258,7 +258,7 @@ igt_main
igt_skip_on_simulation();
igt_fixture {
- data.drm_fd = drm_open_any_master();
+ data.drm_fd = drm_open_driver_master(DRIVER_INTEL);
devid = intel_get_drm_devid(data.drm_fd);
igt_skip_on(!IS_IVYBRIDGE(devid));