From 2b48a6089c680de0d06f0b025488e64bd9698822 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 18 Nov 2020 13:01:00 +0100 Subject: include/device/pci_ids: add model number to ATI GPU and HDA controller Change-Id: I215058bcb0d53bfec974b8d3721cb4c998fcbee5 Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/47702 Reviewed-by: Marshall Dawson Tested-by: build bot (Jenkins) --- src/soc/amd/common/block/graphics/graphics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/amd/common/block') diff --git a/src/soc/amd/common/block/graphics/graphics.c b/src/soc/amd/common/block/graphics/graphics.c index d9cdd1a005..c2bbff440c 100644 --- a/src/soc/amd/common/block/graphics/graphics.c +++ b/src/soc/amd/common/block/graphics/graphics.c @@ -128,7 +128,7 @@ static const struct device_operations graphics_ops = { }; static const unsigned short pci_device_ids[] = { - PCI_DEVICE_ID_ATI_FAM17H_GPU, + PCI_DEVICE_ID_ATI_FAM17H_MODEL18H_GPU, 0, }; -- cgit v1.2.3