intel: Add PCI ID support to RKL platform
Missing RKL PCI ID preventing below test cases to succeed on RKL Platform. igt@kms_frontbuffer_tracking igt@kms_draw-crc igt@kms_big_fb Signed-off-by: sunil kumar dora sermsity <sunilx.kumar.dora.sermsity@intel.com> Reviewed-by: Matt Roper <matthew.d.roper@intel.com>main
parent
0a1aefe560
commit
a84caff71b
|
@ -35,6 +35,7 @@ static const struct pci_device {
|
|||
uint16_t gen;
|
||||
} pciids[] = {
|
||||
/* Keep ids sorted by gen; latest gen first */
|
||||
INTEL_RKL_IDS(12),
|
||||
INTEL_TGL_12_IDS(12),
|
||||
INTEL_EHL_IDS(11),
|
||||
INTEL_ICL_11_IDS(11),
|
||||
|
|
Loading…
Reference in New Issue