[Intel-gfx] [PATCH v3 6/7] tests: update core_getclient to run on any platform
Micah Fedke
micah.fedke at collabora.co.uk
Fri Aug 14 08:22:35 PDT 2015
---
tests/core_getclient.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/core_getclient.c b/tests/core_getclient.c
index d82e349..5293741 100644
--- a/tests/core_getclient.c
+++ b/tests/core_getclient.c
@@ -39,7 +39,7 @@ igt_simple_main
int fd, ret;
drm_client_t client;
- fd = drm_open_driver(DRIVER_INTEL);
+ fd = drm_open_driver(OPEN_ANY_GPU);
/* Look for client index 0. This should exist whether we're operating
* on an otherwise unused drm device, or the X Server is running on
--
2.1.4
More information about the Intel-gfx
mailing list