summaryrefslogtreecommitdiff
path: root/tests/gem_fence_thrash.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_fence_thrash.c')
-rw-r--r--tests/gem_fence_thrash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_fence_thrash.c b/tests/gem_fence_thrash.c
index 46613b53..6f3d768c 100644
--- a/tests/gem_fence_thrash.c
+++ b/tests/gem_fence_thrash.c
@@ -168,7 +168,7 @@ static int run_test(int threads_per_fence, void *f, int tiling,
pthread_t *threads;
int n, num_fences, num_threads;
- t.fd = drm_open_any();
+ t.fd = drm_open_driver(DRIVER_INTEL);
t.tiling = tiling;
t.num_surfaces = surfaces_per_thread;