From 7aee5110f0ac355674cfc07055eb08784314547f Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Fri, 6 May 2016 15:36:23 +0200 Subject: tests/testdisplay: Open DRM device with DRIVER_ANY So that this test can be run in drivers other than i915. Signed-off-by: Tomeu Vizoso --- tests/testdisplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testdisplay.c') diff --git a/tests/testdisplay.c b/tests/testdisplay.c index f821bcc6..45280e4c 100644 --- a/tests/testdisplay.c +++ b/tests/testdisplay.c @@ -724,7 +724,7 @@ int main(int argc, char **argv) specified_mode_num == -1 && !test_stereo_modes) test_all_modes = 1; - drm_fd = drm_open_driver(DRIVER_INTEL); + drm_fd = drm_open_driver(DRIVER_ANY); if (test_stereo_modes && drmSetClientCap(drm_fd, DRM_CLIENT_CAP_STEREO_3D, 1) < 0) { -- cgit v1.2.3