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
parent
3d8e59ce01
commit
0c620c5766
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue