diff options
author | sunil kumar dora sermsity <sunilx.kumar.dora.sermsity@intel.com> | 2020-08-21 20:02:53 +0000 |
---|---|---|
committer | sunil kumar dora sermsity <sunilx.kumar.dora.sermsity@intel.com> | 2020-08-21 20:02:53 +0000 |
commit | a84caff71be99989858c42b275faf4720b41ab84 (patch) | |
tree | 3084b26580264f71f17d841f3dab384112a35536 | |
parent | 0a1aefe560bc977159f7b10a731f9430d843cc18 (diff) | |
download | libdrm-a84caff71be99989858c42b275faf4720b41ab84.tar.gz libdrm-a84caff71be99989858c42b275faf4720b41ab84.tar.bz2 libdrm-a84caff71be99989858c42b275faf4720b41ab84.zip |
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>
-rw-r--r-- | intel/intel_chipset.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/intel/intel_chipset.c b/intel/intel_chipset.c index f6e37ee7..c3ce8f51 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_RKL_IDS(12), INTEL_TGL_12_IDS(12), INTEL_EHL_IDS(11), INTEL_ICL_11_IDS(11), |