summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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),