intel: Add support for RPLS platform

Fixes: 3d8e59ce01 ("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>
main
ravitejax 2021-12-21 10:37:25 +05:30 committed by Tejas Upadhyay
parent 3d8e59ce01
commit 0c620c5766
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ static const struct pci_device {
uint16_t gen; uint16_t gen;
} pciids[] = { } pciids[] = {
/* Keep ids sorted by gen; latest gen first */ /* Keep ids sorted by gen; latest gen first */
INTEL_RPLS_IDS(12),
INTEL_ADLP_IDS(12), INTEL_ADLP_IDS(12),
INTEL_ADLS_IDS(12), INTEL_ADLS_IDS(12),
INTEL_RKL_IDS(12), INTEL_RKL_IDS(12),