[prev in list] [next in list] [prev in thread] [next in thread] 

List:       dri-patches
Subject:    drm: Branch 'main'
From:       GitLab Mirror <gitlab-mirror () kemper ! freedesktop ! org>
Date:       2021-12-21 13:59:22
Message-ID: 20211221135922.E3BB176193 () kemper ! freedesktop ! org
[Download RAW message or body]

 intel/i915_pciids.h   |    6 ++++++
 intel/intel_chipset.c |    1 +
 2 files changed, 7 insertions(+)

New commits:
commit 440e2d7a34de5c839c4d6d758b21b1bc359255d5
Author: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com>
Date:   Tue Dec 21 15:24:59 2021 +0530

    intel: Add support for ADL-N
    
    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>

diff --git a/intel/i915_pciids.h b/intel/i915_pciids.h
index a1fb657a..8076d40c 100644
--- a/intel/i915_pciids.h
+++ b/intel/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), \
diff --git a/intel/intel_chipset.c b/intel/intel_chipset.c
index a0952b76..99ad04ae 100644
--- a/intel/intel_chipset.c
+++ b/intel/intel_chipset.c
@@ -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),


--
_______________________________________________
Dri-patches mailing list
Dri-patches@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-patches
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic