summaryrefslogtreecommitdiff
path: root/tests/gen7_forcewake_mt.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gen7_forcewake_mt.c')
-rw-r--r--tests/gen7_forcewake_mt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gen7_forcewake_mt.c b/tests/gen7_forcewake_mt.c
index 754c8435..4cf09020 100644
--- a/tests/gen7_forcewake_mt.c
+++ b/tests/gen7_forcewake_mt.c
@@ -127,7 +127,7 @@ igt_simple_main
struct thread t[16];
int i;
- t[0].fd = drm_open_any();
+ t[0].fd = drm_open_driver(DRIVER_INTEL);
t[0].mmio = igfx_get_mmio();
for (i = 2; i < 16; i++) {