[igt-dev] [i-g-t,v2, 1/2] lib: sync i915_pciids.h with kernel

Talla Raviteja Goud ravitejax.goud.talla at intel.com
Thu Apr 21 05:58:18 UTC 2022


From: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay at intel.com>

This synchronizes with kernel commit

72c3c8d6e5275 ("drm/i915/rpl-p: Add PCI IDs")
to bring in RPL-P PCI IDs.

v2: Corresponding kernel commit added in commit message (Petri)

Signed-off-by: Adam Miszczak <adam.miszczak at intel.com>
Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay at intel.com>
Signed-off-by: Raviteja Goud Talla <ravitejax.goud.talla at intel.com>
---
 lib/i915_pciids.h | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
index 533890dc..3233a06e 100644
--- a/lib/i915_pciids.h
+++ b/lib/i915_pciids.h
@@ -681,4 +681,13 @@
 	INTEL_VGA_DEVICE(0xA788, info), \
 	INTEL_VGA_DEVICE(0xA789, info)
 
+/*RPL-P */
+#define INTEL_RPLP_IDS(info) \
+	INTEL_VGA_DEVICE(0xA720, info), \
+	INTEL_VGA_DEVICE(0xA721, info), \
+	INTEL_VGA_DEVICE(0xA7A0, info), \
+	INTEL_VGA_DEVICE(0xA7A1, info), \
+	INTEL_VGA_DEVICE(0xA7A8, info), \
+	INTEL_VGA_DEVICE(0xA7A9, info)
+
 #endif /* _I915_PCIIDS_H */
-- 
2.34.1



More information about the igt-dev mailing list