diff --git a/src/soc/intel/common/block/graphics/graphics.c b/src/soc/intel/common/block/graphics/graphics.c index acef488675..81a5d342f0 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,