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>
This commit is contained in:
Felix Held 2020-11-18 13:01:00 +01:00
parent 11c765c1f1
commit 2b48a6089c
2 changed files with 3 additions and 3 deletions

View File

@ -477,8 +477,8 @@
#define PCI_DEVICE_ID_AMD_FAM17H_LPC 0x790E
#define PCI_DEVICE_ID_AMD_FAM17H_MODEL18H_GBE 0x1458
#define PCI_DEVICE_ID_ATI_FAM17H_GPU 0x15D8
#define PCI_DEVICE_ID_ATI_FAM17H_HDA0 0x15DE
#define PCI_DEVICE_ID_ATI_FAM17H_MODEL18H_GPU 0x15D8
#define PCI_DEVICE_ID_ATI_FAM17H_MODEL18H_HDA0 0x15DE
#define PCI_VENDOR_ID_VLSI 0x1004
#define PCI_DEVICE_ID_VLSI_82C592 0x0005

View File

@ -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,
};