summaryrefslogtreecommitdiff
path: root/tests/core_getstats.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core_getstats.c')
-rw-r--r--tests/core_getstats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core_getstats.c b/tests/core_getstats.c
index aebbc454..fde27cdc 100644
--- a/tests/core_getstats.c
+++ b/tests/core_getstats.c
@@ -47,7 +47,7 @@ igt_simple_main
int fd, ret;
drm_stats_t stats;
- fd = drm_open_driver(DRIVER_INTEL);
+ fd = drm_open_driver(DRIVER_ANY);
ret = ioctl(fd, DRM_IOCTL_GET_STATS, &stats);
igt_assert(ret == 0);