summaryrefslogtreecommitdiff
path: root/tests/gem_mmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_mmap.c')
-rw-r--r--tests/gem_mmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_mmap.c b/tests/gem_mmap.c
index c06a80b1..49e72596 100644
--- a/tests/gem_mmap.c
+++ b/tests/gem_mmap.c
@@ -125,7 +125,7 @@ igt_main
int ret;
igt_fixture
- fd = drm_open_any();
+ fd = drm_open_driver(DRIVER_INTEL);
igt_subtest("bad-object") {
memset(&arg, 0, sizeof(arg));