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:
parent
11c765c1f1
commit
2b48a6089c
|
@ -477,8 +477,8 @@
|
||||||
#define PCI_DEVICE_ID_AMD_FAM17H_LPC 0x790E
|
#define PCI_DEVICE_ID_AMD_FAM17H_LPC 0x790E
|
||||||
#define PCI_DEVICE_ID_AMD_FAM17H_MODEL18H_GBE 0x1458
|
#define PCI_DEVICE_ID_AMD_FAM17H_MODEL18H_GBE 0x1458
|
||||||
|
|
||||||
#define PCI_DEVICE_ID_ATI_FAM17H_GPU 0x15D8
|
#define PCI_DEVICE_ID_ATI_FAM17H_MODEL18H_GPU 0x15D8
|
||||||
#define PCI_DEVICE_ID_ATI_FAM17H_HDA0 0x15DE
|
#define PCI_DEVICE_ID_ATI_FAM17H_MODEL18H_HDA0 0x15DE
|
||||||
|
|
||||||
#define PCI_VENDOR_ID_VLSI 0x1004
|
#define PCI_VENDOR_ID_VLSI 0x1004
|
||||||
#define PCI_DEVICE_ID_VLSI_82C592 0x0005
|
#define PCI_DEVICE_ID_VLSI_82C592 0x0005
|
||||||
|
|
|
@ -128,7 +128,7 @@ static const struct device_operations graphics_ops = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const unsigned short pci_device_ids[] = {
|
static const unsigned short pci_device_ids[] = {
|
||||||
PCI_DEVICE_ID_ATI_FAM17H_GPU,
|
PCI_DEVICE_ID_ATI_FAM17H_MODEL18H_GPU,
|
||||||
0,
|
0,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue