All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lib: sync i915_pciids.h with kernel
@ 2023-12-12  9:08 Chaitanya Kumar Borah
  2023-12-12 10:24 ` ✗ CI.xeBAT: failure for lib: sync i915_pciids.h with kernel (rev14) Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Chaitanya Kumar Borah @ 2023-12-12  9:08 UTC (permalink / raw)
  To: igt-dev; +Cc: nemesa.garg

This synchronizes with kernel commit

8940da9fe5f27 ("drm/i915/mtl: Adding DeviceID for Arrowlake-S under MTL")
to bring in ARL-S PCI IDs.

Signed-off-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
---
 lib/i915_pciids.h       | 4 ++++
 lib/intel_device_info.c | 1 +
 2 files changed, 5 insertions(+)

diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
index bee58554d..106e42f84 100644
--- a/lib/i915_pciids.h
+++ b/lib/i915_pciids.h
@@ -750,6 +750,10 @@
 	INTEL_MTL_M_IDS(info), \
 	INTEL_MTL_P_IDS(info)
 
+/* ARL-S */
+#define INTEL_ARLS_IDS(info) \
+	INTEL_VGA_DEVICE(0x7D67, info)
+
 /* PVC */
 #define INTEL_PVC_IDS(info) \
 	INTEL_VGA_DEVICE(0x0BD0, info),	\
diff --git a/lib/intel_device_info.c b/lib/intel_device_info.c
index 34817f7b6..48036bec5 100644
--- a/lib/intel_device_info.c
+++ b/lib/intel_device_info.c
@@ -614,6 +614,7 @@ static const struct pci_id_match intel_device_match[] = {
 	INTEL_ATS_M_IDS(&intel_ats_m_info),
 
 	INTEL_MTL_IDS(&intel_meteorlake_info),
+	INTEL_ARLS_IDS(&intel_meteorlake_info),
 
 	INTEL_PVC_IDS(&intel_pontevecchio_info),
 
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [PATCH] lib: sync i915_pciids.h with kernel
@ 2024-03-27 20:12 Ravi Kumar Vodapalli
  2024-03-28 19:32 ` Matt Roper
  0 siblings, 1 reply; 16+ messages in thread
From: Ravi Kumar Vodapalli @ 2024-03-27 20:12 UTC (permalink / raw)
  To: igt-dev
  Cc: balasubramani.vivekanandan, matthew.d.roper, lucas.demarchi,
	gustavo.sousa, radhakrishna.sripada, clinton.a.taylor,
	matthew.s.atwood, dnyaneshwar.bhadane, haridhar.kalvala,
	shekhar.chauhan

This synchronizes with kernel commit
	2bcf0f9bb33d ("drm/i915: Add new PCI IDs to DG2 platform in driver")

Signed-off-by: Ravi Kumar Vodapalli <ravi.kumar.vodapalli@intel.com>
---
 lib/i915_pciids.h | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
index fcf1849aa..85ce33ad6 100644
--- a/lib/i915_pciids.h
+++ b/lib/i915_pciids.h
@@ -672,7 +672,9 @@
 #define INTEL_ADLN_IDS(info) \
 	INTEL_VGA_DEVICE(0x46D0, info), \
 	INTEL_VGA_DEVICE(0x46D1, info), \
-	INTEL_VGA_DEVICE(0x46D2, info)
+	INTEL_VGA_DEVICE(0x46D2, info), \
+	INTEL_VGA_DEVICE(0x46D3, info), \
+	INTEL_VGA_DEVICE(0x46D4, info)
 
 /* RPL-S */
 #define INTEL_RPLS_IDS(info) \
@@ -709,7 +711,9 @@
 	INTEL_VGA_DEVICE(0x5692, info), \
 	INTEL_VGA_DEVICE(0x56A0, info), \
 	INTEL_VGA_DEVICE(0x56A1, info), \
-	INTEL_VGA_DEVICE(0x56A2, info)
+	INTEL_VGA_DEVICE(0x56A2, info), \
+	INTEL_VGA_DEVICE(0x56BE, info), \
+	INTEL_VGA_DEVICE(0x56BF, info)
 
 #define INTEL_DG2_G11_IDS(info) \
 	INTEL_VGA_DEVICE(0x5693, info), \
@@ -751,10 +755,13 @@
 /* MTL */
 #define INTEL_MTL_IDS(info) \
 	INTEL_VGA_DEVICE(0x7D40, info), \
+	INTEL_VGA_DEVICE(0x7D41, info), \
 	INTEL_VGA_DEVICE(0x7D45, info), \
+	INTEL_VGA_DEVICE(0x7D51, info), \
 	INTEL_VGA_DEVICE(0x7D55, info), \
 	INTEL_VGA_DEVICE(0x7D60, info), \
 	INTEL_VGA_DEVICE(0x7D67, info), \
+	INTEL_VGA_DEVICE(0x7DD1, info), \
 	INTEL_VGA_DEVICE(0x7DD5, info)
 
 #endif /* _I915_PCIIDS_H */
-- 
2.25.1


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

end of thread, other threads:[~2024-03-28 19:32 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-12  9:08 [PATCH] lib: sync i915_pciids.h with kernel Chaitanya Kumar Borah
2023-12-12 10:24 ` ✗ CI.xeBAT: failure for lib: sync i915_pciids.h with kernel (rev14) Patchwork
2023-12-13 13:17 ` [PATCH] lib: sync i915_pciids.h with kernel Juha-Pekka Heikkila
2023-12-14  4:48   ` Borah, Chaitanya Kumar
2023-12-14 14:36     ` Kamil Konieczny
2023-12-18 10:14       ` Borah, Chaitanya Kumar
2023-12-18 16:19         ` Kamil Konieczny
2023-12-19  5:43           ` Borah, Chaitanya Kumar
2023-12-19  7:00             ` Kamil Konieczny
2023-12-22 12:18               ` Lionel Landwerlin
2024-01-05 13:26                 ` Jani Nikula
2024-01-05 13:35                   ` Lionel Landwerlin
2024-01-05 13:47                     ` Jani Nikula
2023-12-14  5:03 ` ✗ Fi.CI.BUILD: failure for lib: sync i915_pciids.h with kernel (rev15) Patchwork
2024-03-27 20:12 [PATCH] lib: sync i915_pciids.h with kernel Ravi Kumar Vodapalli
2024-03-28 19:32 ` Matt Roper

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.