summaryrefslogtreecommitdiff
path: root/intel
diff options
context:
space:
mode:
authorravitejax <ravitejax.goud.talla@intel.com>2021-12-21 10:37:25 +0530
committerTejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com>2021-12-21 14:59:23 +0530
commit0c620c5766c6bad588ef855832b62b9ad2390964 (patch)
treef4523342fae7c797e8f9359b261e477d7c89df36 /intel
parent3d8e59ce0199076e120d754b2fe9e7c71691a1d1 (diff)
downloaddrm-0c620c5766c6bad588ef855832b62b9ad2390964.tar.gz
intel: Add support for RPLS platform
Fixes: 3d8e59ce019907 ("intel: sync i915_pciids.h with kernel") Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com>
Diffstat (limited to 'intel')
-rw-r--r--intel/intel_chipset.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/intel/intel_chipset.c b/intel/intel_chipset.c
index f0da6d81..a0952b76 100644
--- a/intel/intel_chipset.c
+++ b/intel/intel_chipset.c
@@ -35,6 +35,7 @@ static const struct pci_device {
uint16_t gen;
} pciids[] = {
/* Keep ids sorted by gen; latest gen first */
+ INTEL_RPLS_IDS(12),
INTEL_ADLP_IDS(12),
INTEL_ADLS_IDS(12),
INTEL_RKL_IDS(12),