summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/graphics/graphics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/graphics/graphics.c')
-rw-r--r--src/soc/intel/common/block/graphics/graphics.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/graphics/graphics.c b/src/soc/intel/common/block/graphics/graphics.c
index 1606b96485..f1e7d7e547 100644
--- a/src/soc/intel/common/block/graphics/graphics.c
+++ b/src/soc/intel/common/block/graphics/graphics.c
@@ -343,7 +343,9 @@ const struct device_operations graphics_ops = {
};
static const unsigned short pci_device_ids[] = {
- PCI_DID_INTEL_PTL_GT2,
+ PCI_DID_INTEL_PTL_U_GT2_1,
+ PCI_DID_INTEL_PTL_H_GT2_1,
+ PCI_DID_INTEL_PTL_H_GT2_2,
PCI_DID_INTEL_LNL_M_GT2,
PCI_DID_INTEL_RPL_U_GT1,
PCI_DID_INTEL_RPL_U_GT2,