summaryrefslogtreecommitdiff
path: root/tests/gem_gpgpu_fill.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_gpgpu_fill.c')
-rw-r--r--tests/gem_gpgpu_fill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_gpgpu_fill.c b/tests/gem_gpgpu_fill.c
index 9a84f284..df9e86f6 100644
--- a/tests/gem_gpgpu_fill.c
+++ b/tests/gem_gpgpu_fill.c
@@ -100,7 +100,7 @@ igt_simple_main
igt_fillfunc_t gpgpu_fill = NULL;
int i, j;
- 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.bufmgr = drm_intel_bufmgr_gem_init(data.drm_fd, 4096);