From a550e7d1a657b78196498ef69743bef10f840434 Mon Sep 17 00:00:00 2001 From: Mamta Shukla Date: Sat, 2 Mar 2019 18:39:12 +0530 Subject: 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 Reviewed-by: Petri Latvala --- tests/kms_plane.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/kms_plane.c') 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(); -- cgit v1.2.3