All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: Add new pciid's to DG2 platform
@ 2024-03-26  9:48 Ravi Kumar Vodapalli
  2024-03-26  9:55 ` Jani Nikula
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ravi Kumar Vodapalli @ 2024-03-26  9:48 UTC (permalink / raw)
  To: intel-gfx
  Cc: balasubramani.vivekanandan, matthew.d.roper, lucas.demarchi,
	gustavo.sousa, radhakrishna.sripada, clinton.a.taylor,
	matthew.s.atwood, dnyaneshwar.bhadane, haridhar.kalvala,
	shekhar.chauhan

New pciid's are added in Bspec for DG2 platform

Bspec: 44477
Signed-off-by: Ravi Kumar Vodapalli <ravi.kumar.vodapalli@intel.com>
---
 include/drm/xe_pciids.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h
index ab4a8987ac65..c7fc288dacee 100644
--- a/include/drm/xe_pciids.h
+++ b/include/drm/xe_pciids.h
@@ -134,7 +134,9 @@
 	MACRO__(0x5692, ## __VA_ARGS__),	\
 	MACRO__(0x56A0, ## __VA_ARGS__),	\
 	MACRO__(0x56A1, ## __VA_ARGS__),	\
-	MACRO__(0x56A2, ## __VA_ARGS__)
+	MACRO__(0x56A2, ## __VA_ARGS__),	\
+	MACRO__(0x56BE, ## __VA_ARGS__),	\
+	MACRO__(0x56BF, ## __VA_ARGS__)
 
 #define XE_DG2_G11_IDS(MACRO__, ...)		\
 	MACRO__(0x5693, ## __VA_ARGS__),	\
-- 
2.25.1


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

end of thread, other threads:[~2024-03-27 15:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-26  9:48 [PATCH] drm/i915: Add new pciid's to DG2 platform Ravi Kumar Vodapalli
2024-03-26  9:55 ` Jani Nikula
2024-03-27  0:05 ` ✗ Fi.CI.SPARSE: warning for " Patchwork
2024-03-27  0:16 ` ✓ Fi.CI.BAT: success " Patchwork
2024-03-27 15:42 ` ✗ Fi.CI.IGT: failure " Patchwork

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.