summaryrefslogtreecommitdiff
path: root/intel/intel_chipset.c
diff options
context:
space:
mode:
Diffstat (limited to 'intel/intel_chipset.c')
-rw-r--r--intel/intel_chipset.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/intel/intel_chipset.c b/intel/intel_chipset.c
index a960b756..a627928e 100644
--- a/intel/intel_chipset.c
+++ b/intel/intel_chipset.c
@@ -36,6 +36,7 @@ static const struct pci_device {
} pciids[] = {
/* Keep ids sorted by gen; latest gen first */
INTEL_ICL_11_IDS(11),
+ INTEL_CNL_IDS(10),
};
bool intel_is_genx(unsigned int devid, int gen)