intel: Add support for ADL-N
authorTejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com>
Tue, 21 Dec 2021 09:54:59 +0000 (15:24 +0530)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Tue, 21 Dec 2021 13:54:52 +0000 (13:54 +0000)
Add ADL-N platform support and PCIIDs

Align with kernel commit:
7e28d0b26759 ("drm/i915/adl-n: Enable ADL-N platform")

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com>
intel/i915_pciids.h
intel/intel_chipset.c

index a1fb657..8076d40 100644 (file)
        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), \
index a0952b7..99ad04a 100644 (file)
@@ -36,6 +36,7 @@ static const struct pci_device {
 } pciids[] = {
        /* Keep ids sorted by gen; latest gen first */
        INTEL_RPLS_IDS(12),
+       INTEL_ADLN_IDS(12),
        INTEL_ADLP_IDS(12),
        INTEL_ADLS_IDS(12),
        INTEL_RKL_IDS(12),