summaryrefslogtreecommitdiff
path: root/tests/kms_plane.c
diff options
context:
space:
mode:
authorMamta Shukla <mamtashukla555@gmail.com>2019-03-02 18:39:12 +0530
committerRodrigo Siqueira <rodrigosiqueiramelo@gmail.com>2019-03-12 09:11:15 -0300
commita550e7d1a657b78196498ef69743bef10f840434 (patch)
treebf5deb02f8c9fa1f193cfa9afffbef91e1091233 /tests/kms_plane.c
parent4a6e6be764f6da8fe9049e76e4aae7eac349701f (diff)
tests/kms_plane: Open DRM DEVICE with DRIVER_ANY
Open DRM DEVICE with DRIVER_ANY so that this test can run in other drivers as well. Signed-off-by: Mamta Shukla <mamtashukla555@gmail.com> Reviewed-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'tests/kms_plane.c')
-rw-r--r--tests/kms_plane.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kms_plane.c b/tests/kms_plane.c
index 91de4694..fd8a9cbf 100644
--- a/tests/kms_plane.c
+++ b/tests/kms_plane.c
@@ -641,7 +641,7 @@ igt_main
igt_skip_on_simulation();
igt_fixture {
- data.drm_fd = drm_open_driver_master(DRIVER_INTEL | DRIVER_AMDGPU);
+ data.drm_fd = drm_open_driver_master(DRIVER_ANY);
kmstest_set_vt_graphics_mode();