summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/graphics/graphics.c
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2020-11-18 13:01:00 +0100
committerFelix Held <felix-coreboot@felixheld.de>2020-11-19 22:02:09 +0000
commit2b48a6089c680de0d06f0b025488e64bd9698822 (patch)
treed92ab33f710df2ddfb7a4c65fdf5f2653a81bc3f /src/soc/amd/common/block/graphics/graphics.c
parent11c765c1f115c7330fdadc4fb68a33958ef52660 (diff)
downloadcoreboot-2b48a6089c680de0d06f0b025488e64bd9698822.tar.gz
coreboot-2b48a6089c680de0d06f0b025488e64bd9698822.tar.bz2
coreboot-2b48a6089c680de0d06f0b025488e64bd9698822.zip
include/device/pci_ids: add model number to ATI GPU and HDA controller
Change-Id: I215058bcb0d53bfec974b8d3721cb4c998fcbee5 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47702 Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/common/block/graphics/graphics.c')
-rw-r--r--src/soc/amd/common/block/graphics/graphics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/common/block/graphics/graphics.c b/src/soc/amd/common/block/graphics/graphics.c
index d9cdd1a00553..c2bbff440c47 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,
};