tests: update core_getstats to run on any platform

Signed-off-by: Micah Fedke <micah.fedke@collabora.co.uk>
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Micah Fedke
2015-08-14 14:36:36 +00:00
committed by Thomas Wood
parent fd282fb9d4
commit 2111173083
+1 -1
View File
@@ -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);