public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Mamta Shukla <mamtashukla555@gmail.com>
To: igt-dev@lists.freedesktop.org
Cc: manasi.d.navare@intel.com, hamohammed.sa@gmail.com
Subject: [igt-dev] [PATCH i-g-t] tests/kms_plane: Open DRM DEVICE with DRIVER_ANY
Date: Sat, 2 Mar 2019 18:39:12 +0530	[thread overview]
Message-ID: <20190302130912.GA2455@armorer> (raw)

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

             reply	other threads:[~2019-03-02 13:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-02 13:09 Mamta Shukla [this message]
2019-03-02 13:40 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane: Open DRM DEVICE with DRIVER_ANY 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190302130912.GA2455@armorer \
    --to=mamtashukla555@gmail.com \
    --cc=hamohammed.sa@gmail.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=manasi.d.navare@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox