summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Roper <matthew.d.roper@intel.com>2022-08-26 16:26:33 -0700
committerMatt Roper <matthew.d.roper@intel.com>2022-08-30 19:32:48 +0000
commit03e0ab4d888b23164f1e076f1d2fad9d2039b820 (patch)
treed906ff11ae8139635e17d38fb6193b15d7151ac9
parent33f0009de5534b3e0ad886dfe0414f982644aade (diff)
downloaddrm-03e0ab4d888b23164f1e076f1d2fad9d2039b820.tar.gz
intel: Hook up new platforms IDs
In commit 98794e2a0d ("lib: sync i915_pciids.h with kernel") we resynchronized the PCI header with the kernel to bring in the definitions for several new platforms. But before those IDs will be recognized, we still need to hook them up in the libdrm chipset code as well. References: https://gitlab.freedesktop.org/drm/intel/-/issues/5416 Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
-rw-r--r--intel/intel_chipset.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/intel/intel_chipset.c b/intel/intel_chipset.c
index ee8866c1..76b19403 100644
--- a/intel/intel_chipset.c
+++ b/intel/intel_chipset.c
@@ -35,6 +35,9 @@ static const struct pci_device {
uint16_t gen;
} pciids[] = {
/* Keep ids sorted by gen; latest gen first */
+ INTEL_MTL_IDS(12),
+ INTEL_ATS_M_IDS(12),
+ INTEL_DG2_IDS(12),
INTEL_ADLN_IDS(12),
INTEL_RPLP_IDS(12),
INTEL_ADLP_IDS(12),