All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH 1/2] drmtest: Add is_msm_device check
@ 2021-07-01 17:44 Mark Yacoub
  2021-07-01 17:44 ` [igt-dev] [PATCH 2/2] kms_addfb_basic: Check for AMDGPU and MSM bad pitch Mark Yacoub
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Mark Yacoub @ 2021-07-01 17:44 UTC (permalink / raw)
  To: igt-dev; +Cc: petri.latvala, seanpaul, Mark Yacoub

From: Mark Yacoub <markyacoub@google.com>

Add support for MSM drivers.

Signed-off-by: Mark Yacoub <markyacoub@chromium.org>
---
 lib/drmtest.c | 5 +++++
 lib/drmtest.h | 1 +
 2 files changed, 6 insertions(+)

diff --git a/lib/drmtest.c b/lib/drmtest.c
index a8ba6e11..e1f9b115 100644
--- a/lib/drmtest.c
+++ b/lib/drmtest.c
@@ -114,6 +114,11 @@ bool is_i915_device(int fd)
 	return __is_device(fd, "i915");
 }
 
+bool is_msm_device(int fd)
+{
+	return __is_device(fd, "msm");
+}
+
 bool is_nouveau_device(int fd)
 {
 	/* Currently all nouveau-specific codepaths require libdrm */
diff --git a/lib/drmtest.h b/lib/drmtest.h
index d393dbf1..7d17a0f9 100644
--- a/lib/drmtest.h
+++ b/lib/drmtest.h
@@ -102,6 +102,7 @@ void igt_require_vc4(int fd);
 
 bool is_amdgpu_device(int fd);
 bool is_i915_device(int fd);
+bool is_msm_device(int fd);
 bool is_nouveau_device(int fd);
 bool is_vc4_device(int fd);
 
-- 
2.32.0.93.g670b81a890-goog

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

^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [igt-dev] [PATCH 1/2] drmtest: Add is_msm_device check
@ 2021-07-01 17:26 Mark Yacoub
  2021-07-01 17:26 ` [igt-dev] [PATCH 2/2] kms_addfb_basic: Check for AMDGPU and MSM bad pitch Mark Yacoub
  0 siblings, 1 reply; 9+ messages in thread
From: Mark Yacoub @ 2021-07-01 17:26 UTC (permalink / raw)
  To: igt-dev; +Cc: petri.latvala, seanpaul, Mark Yacoub

From: Mark Yacoub <markyacoub@google.com>

Add support for MSM drivers.

Signed-off-by: Mark Yacoub <markyacoub@chromium.org>
--
 lib/drmtest.c | 5 +++++
 lib/drmtest.h | 1 +
 2 files changed, 6 insertions(+)

diff --git a/lib/drmtest.c b/lib/drmtest.c
index a8ba6e11..e1f9b115 100644
--- a/lib/drmtest.c
+++ b/lib/drmtest.c
@@ -114,6 +114,11 @@ bool is_i915_device(int fd)
 	return __is_device(fd, "i915");
 }
 
+bool is_msm_device(int fd)
+{
+	return __is_device(fd, "msm");
+}
+
 bool is_nouveau_device(int fd)
 {
 	/* Currently all nouveau-specific codepaths require libdrm */
diff --git a/lib/drmtest.h b/lib/drmtest.h
index d393dbf1..7d17a0f9 100644
--- a/lib/drmtest.h
+++ b/lib/drmtest.h
@@ -102,6 +102,7 @@ void igt_require_vc4(int fd);
 
 bool is_amdgpu_device(int fd);
 bool is_i915_device(int fd);
+bool is_msm_device(int fd);
 bool is_nouveau_device(int fd);
 bool is_vc4_device(int fd);
 
-- 
2.32.0.93.g670b81a890-goog

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

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

end of thread, other threads:[~2021-07-09 12:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-01 17:44 [igt-dev] [PATCH 1/2] drmtest: Add is_msm_device check Mark Yacoub
2021-07-01 17:44 ` [igt-dev] [PATCH 2/2] kms_addfb_basic: Check for AMDGPU and MSM bad pitch Mark Yacoub
2021-07-06 13:41   ` Rodrigo Siqueira
2021-07-07 16:09     ` Mark Yacoub
2021-07-09 12:32       ` Arkadiusz Hiler
2021-07-01 19:38 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [1/2] drmtest: Add is_msm_device check Patchwork
2021-07-02  0:42 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2021-07-06 13:37 ` [igt-dev] [PATCH 1/2] " Rodrigo Siqueira
  -- strict thread matches above, loose matches on Subject: below --
2021-07-01 17:26 Mark Yacoub
2021-07-01 17:26 ` [igt-dev] [PATCH 2/2] kms_addfb_basic: Check for AMDGPU and MSM bad pitch Mark Yacoub

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.