From a524d587e6fcca2dc0a9251d9d062f2577d064a9 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 17 May 2023 14:18:28 -0600 Subject: [PATCH] soc/intel/common/block/graphics: Add RPL-HX IDs Change-Id: I510b6a56f5f5562081ff886a94c296257292cdda --- src/soc/intel/common/block/graphics/graphics.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/soc/intel/common/block/graphics/graphics.c b/src/soc/intel/common/block/graphics/graphics.c index 14e7597573..fe326bd51e 100644 --- a/src/soc/intel/common/block/graphics/graphics.c +++ b/src/soc/intel/common/block/graphics/graphics.c @@ -201,6 +201,10 @@ const struct device_operations graphics_ops = { }; static const unsigned short pci_device_ids[] = { + PCI_DID_INTEL_RPL_HX_GT1, + PCI_DID_INTEL_RPL_HX_GT2, + PCI_DID_INTEL_RPL_HX_GT3, + PCI_DID_INTEL_RPL_HX_GT4, PCI_DID_INTEL_RPL_P_GT1, PCI_DID_INTEL_RPL_P_GT2, PCI_DID_INTEL_RPL_P_GT3,