summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.com>2016-04-14 10:39:23 +0200
committerTomeu Vizoso <tomeu.vizoso@collabora.com>2016-04-25 14:21:35 +0200
commit857b8b47d1ca2745ae0856548f5521463175b132 (patch)
tree6001a0469e3c6a796fcd50fb2d1125d657c63c4a /tests
parent52a5518c3eda09e50277e4f731e0383923dddbb1 (diff)
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 <tomeu.vizoso@collabora.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/kms_flip.c2
1 files changed, 1 insertions, 1 deletions
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();