intel: Add PCI ID support to RKL platform
authorsunil kumar dora sermsity <sunilx.kumar.dora.sermsity@intel.com>
Fri, 21 Aug 2020 20:02:53 +0000 (20:02 +0000)
committersunil kumar dora sermsity <sunilx.kumar.dora.sermsity@intel.com>
Fri, 21 Aug 2020 20:02:53 +0000 (20:02 +0000)
    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>
intel/intel_chipset.c

index f6e37ee..c3ce8f5 100644 (file)
@@ -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),