summaryrefslogtreecommitdiff
path: root/tests/pm_lpsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pm_lpsp.c')
-rw-r--r--tests/pm_lpsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pm_lpsp.c b/tests/pm_lpsp.c
index 43444d80..2badb5c2 100644
--- a/tests/pm_lpsp.c
+++ b/tests/pm_lpsp.c
@@ -223,7 +223,7 @@ igt_main
igt_fixture {
int i;
- drm_fd = drm_open_any_master();
+ drm_fd = drm_open_driver_master(DRIVER_INTEL);
igt_require(drm_fd >= 0);
devid = intel_get_drm_devid(drm_fd);