[igt-dev] [i-g-t 1/2] lib: sync i915_pciids.h with kernel
Tejas Upadhyay
tejaskumarx.surendrakumar.upadhyay at intel.com
Tue Dec 21 05:49:29 UTC 2021
This synchronizes with kernel commit
7e28d0b26759 ("drm/i915/adl-n: Enable ADL-N platform")
to bring in ADL-N PCI IDs.
Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay at intel.com>
---
lib/i915_pciids.h | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
index baf3d1d3..533890dc 100644
--- a/lib/i915_pciids.h
+++ b/lib/i915_pciids.h
@@ -666,6 +666,12 @@
INTEL_VGA_DEVICE(0x46C2, info), \
INTEL_VGA_DEVICE(0x46C3, info)
+/* ADL-N */
+#define INTEL_ADLN_IDS(info) \
+ INTEL_VGA_DEVICE(0x46D0, info), \
+ INTEL_VGA_DEVICE(0x46D1, info), \
+ INTEL_VGA_DEVICE(0x46D2, info)
+
/* RPL-S */
#define INTEL_RPLS_IDS(info) \
INTEL_VGA_DEVICE(0xA780, info), \
--
2.31.1
More information about the igt-dev
mailing list