summaryrefslogtreecommitdiff
path: root/tests/gem_ring_sync_copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_ring_sync_copy.c')
-rw-r--r--tests/gem_ring_sync_copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_ring_sync_copy.c b/tests/gem_ring_sync_copy.c
index e1e7c69a..a949753d 100644
--- a/tests/gem_ring_sync_copy.c
+++ b/tests/gem_ring_sync_copy.c
@@ -332,7 +332,7 @@ igt_main
};
igt_fixture {
- data.drm_fd = drm_open_any_render();
+ data.drm_fd = drm_open_driver_render(DRIVER_INTEL);
data.devid = intel_get_drm_devid(data.drm_fd);
data.n_buffers_load = 1000;