[igt-dev] [i-g-t] lib: sync i915_pciids.h with kernel
Tejas Upadhyay
tejaskumarx.surendrakumar.upadhyay at intel.com
Thu Dec 16 11:15:10 UTC 2021
This synchronizes with kernel commit
52407c220c44 ("drm/i915/rpl-s: Add PCI IDS for Raptor Lake S")
to bring in RPL-S PCI IDs.
Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay 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 c00ac546..baf3d1d3 100644
--- a/lib/i915_pciids.h
+++ b/lib/i915_pciids.h
@@ -666,4 +666,13 @@
INTEL_VGA_DEVICE(0x46C2, info), \
INTEL_VGA_DEVICE(0x46C3, info)
+/* RPL-S */
+#define INTEL_RPLS_IDS(info) \
+ INTEL_VGA_DEVICE(0xA780, info), \
+ INTEL_VGA_DEVICE(0xA781, info), \
+ INTEL_VGA_DEVICE(0xA782, info), \
+ INTEL_VGA_DEVICE(0xA783, info), \
+ INTEL_VGA_DEVICE(0xA788, info), \
+ INTEL_VGA_DEVICE(0xA789, info)
+
#endif /* _I915_PCIIDS_H */
--
2.31.1
More information about the igt-dev
mailing list