summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/soc/intel/common/block/graphics/graphics.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/graphics/graphics.c b/src/soc/intel/common/block/graphics/graphics.c
index acef488675c3..81a5d342f035 100644
--- a/src/soc/intel/common/block/graphics/graphics.c
+++ b/src/soc/intel/common/block/graphics/graphics.c
@@ -302,6 +302,10 @@ static const unsigned short pci_device_ids[] = {
PCI_DID_INTEL_ADL_P_GT2_8,
PCI_DID_INTEL_ADL_P_GT2_9,
PCI_DID_INTEL_ADL_S_GT1,
+ PCI_DID_INTEL_ADL_S_GT1_1,
+ PCI_DID_INTEL_ADL_S_GT2,
+ PCI_DID_INTEL_ADL_S_GT2_1,
+ PCI_DID_INTEL_ADL_S_GT2_2,
PCI_DID_INTEL_ADL_M_GT1,
PCI_DID_INTEL_ADL_M_GT2,
PCI_DID_INTEL_ADL_M_GT3,