From 857b8b47d1ca2745ae0856548f5521463175b132 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Thu, 14 Apr 2016 10:39:23 +0200 Subject: tests/kms_flip: Open DRM device with DRIVER_ANY So that this test can be run in drivers other than i915. Signed-off-by: Tomeu Vizoso --- tests/kms_flip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/kms_flip.c b/tests/kms_flip.c index 9189993a..eda2fcc9 100644 --- a/tests/kms_flip.c +++ b/tests/kms_flip.c @@ -1686,7 +1686,7 @@ int main(int argc, char **argv) igt_skip_on_simulation(); igt_fixture { - drm_fd = drm_open_driver_master(DRIVER_INTEL); + drm_fd = drm_open_driver_master(DRIVER_ANY); igt_enable_connectors(); -- cgit v1.2.3