summaryrefslogtreecommitdiff
path: root/src/radeon_pci_device_match_gen.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2012-10-16 13:05:46 -0400
committerAlex Deucher <alexander.deucher@amd.com>2012-10-16 13:05:46 -0400
commitce1b745dcb60dc516ad999756240b78e72a7aa54 (patch)
treefa745a4ff3759f8881deccb723bf0aca9df7c7ae /src/radeon_pci_device_match_gen.h
parente3519be285bdab50ef2193f98826a351a4414fae (diff)
radeon: add new pci ids for SI
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/radeon_pci_device_match_gen.h')
-rw-r--r--src/radeon_pci_device_match_gen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_pci_device_match_gen.h b/src/radeon_pci_device_match_gen.h
index 5e0865d5..cd961996 100644
--- a/src/radeon_pci_device_match_gen.h
+++ b/src/radeon_pci_device_match_gen.h
@@ -542,6 +542,8 @@ static const struct pci_id_match radeon_device_match[] = {
ATI_DEVICE_MATCH( PCI_CHIP_TAHITI_6788, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_TAHITI_678A, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_TAHITI_6790, 0 ),
+ ATI_DEVICE_MATCH( PCI_CHIP_TAHITI_6791, 0 ),
+ ATI_DEVICE_MATCH( PCI_CHIP_TAHITI_6792, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_TAHITI_6798, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_TAHITI_6799, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_TAHITI_679A, 0 ),
@@ -554,6 +556,7 @@ static const struct pci_id_match radeon_device_match[] = {
ATI_DEVICE_MATCH( PCI_CHIP_PITCAIRN_6808, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_PITCAIRN_6809, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_PITCAIRN_6810, 0 ),
+ ATI_DEVICE_MATCH( PCI_CHIP_PITCAIRN_6811, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_PITCAIRN_6816, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_PITCAIRN_6817, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_PITCAIRN_6818, 0 ),