From 0c620c5766c6bad588ef855832b62b9ad2390964 Mon Sep 17 00:00:00 2001 From: ravitejax Date: Tue, 21 Dec 2021 10:37:25 +0530 Subject: [PATCH] intel: Add support for RPLS platform Fixes: 3d8e59ce019907 ("intel: sync i915_pciids.h with kernel") Reviewed-by: Lionel Landwerlin Signed-off-by: Tejas Upadhyay --- intel/intel_chipset.c | 1 + 1 file changed, 1 insertion(+) 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),