From 2eb7c43491bfea5c2940a7f877ae6f3b8b373dad Mon Sep 17 00:00:00 2001 From: Bora Guvendik Date: Thu, 14 Sep 2023 11:57:42 -0700 Subject: soc/intel: Update Raptor Lake graphics device IDs Added Raptor Lake U graphics device ids. Renamed Raptor Lake U graphics device ids that were marked as Raptor Lake P. Added Raptor Lake P graphics device ids. References: RaptorLake External Design Specification Volume 1 (640555) TEST=Boot to OS Signed-off-by: Bora Guvendik Change-Id: I44734f927764f872b89e3805a47d16c1ffa28865 Reviewed-on: https://review.coreboot.org/c/coreboot/+/77898 Reviewed-by: Nick Vaccaro Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- src/soc/intel/common/block/graphics/graphics.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/soc/intel/common/block/graphics') diff --git a/src/soc/intel/common/block/graphics/graphics.c b/src/soc/intel/common/block/graphics/graphics.c index 9b48e1d850..69754fdc93 100644 --- a/src/soc/intel/common/block/graphics/graphics.c +++ b/src/soc/intel/common/block/graphics/graphics.c @@ -201,12 +201,16 @@ const struct device_operations graphics_ops = { }; static const unsigned short pci_device_ids[] = { + PCI_DID_INTEL_RPL_U_GT1, + PCI_DID_INTEL_RPL_U_GT2, + PCI_DID_INTEL_RPL_U_GT3, + PCI_DID_INTEL_RPL_U_GT4, + PCI_DID_INTEL_RPL_U_GT5, PCI_DID_INTEL_RPL_P_GT1, PCI_DID_INTEL_RPL_P_GT2, PCI_DID_INTEL_RPL_P_GT3, PCI_DID_INTEL_RPL_P_GT4, PCI_DID_INTEL_RPL_P_GT5, - PCI_DID_INTEL_RPL_P_GT6, PCI_DID_INTEL_MTL_M_GT2, PCI_DID_INTEL_MTL_P_GT2_1, PCI_DID_INTEL_MTL_P_GT2_2, -- cgit v1.2.3