public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/kms_plane: Open DRM DEVICE with DRIVER_ANY
@ 2019-03-02 13:09 Mamta Shukla
  2019-03-02 13:40 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Mamta Shukla @ 2019-03-02 13:09 UTC (permalink / raw)
  To: igt-dev; +Cc: manasi.d.navare, hamohammed.sa

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>
---
 tests/kms_plane.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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();
 
-- 
2.17.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-03-04 12:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-02 13:09 [igt-dev] [PATCH i-g-t] tests/kms_plane: Open DRM DEVICE with DRIVER_ANY Mamta Shukla
2019-03-02 13:40 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-03-02 15:46 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2019-03-04 11:17 ` [igt-dev] [PATCH i-g-t] " Petri Latvala
2019-03-04 12:20   ` Mamta Shukla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox