diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2012-10-16 12:58:39 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2012-10-16 12:58:39 -0400 |
commit | a4cb7233a8da171e53b48b376be5c1265c29a612 (patch) | |
tree | 9c8d3f08b67aa578861699bda06179db8b652dff /radeon/r600_pci_ids.h | |
parent | e81acf51013d5d4245417c46ee6b4055c26f1a91 (diff) |
radeon: add some new SI pci ids
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'radeon/r600_pci_ids.h')
-rw-r--r-- | radeon/r600_pci_ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/radeon/r600_pci_ids.h b/radeon/r600_pci_ids.h index 12daafde..b9a85db1 100644 --- a/radeon/r600_pci_ids.h +++ b/radeon/r600_pci_ids.h @@ -318,6 +318,8 @@ CHIPSET(0x6784, TAHITI_6784, TAHITI) CHIPSET(0x6788, TAHITI_6788, TAHITI) CHIPSET(0x678A, TAHITI_678A, TAHITI) CHIPSET(0x6790, TAHITI_6790, TAHITI) +CHIPSET(0x6791, TAHITI_6791, TAHITI) +CHIPSET(0x6792, TAHITI_6792, TAHITI) CHIPSET(0x6798, TAHITI_6798, TAHITI) CHIPSET(0x6799, TAHITI_6799, TAHITI) CHIPSET(0x679A, TAHITI_679A, TAHITI) @@ -331,6 +333,7 @@ CHIPSET(0x6806, PITCAIRN_6806, PITCAIRN) CHIPSET(0x6808, PITCAIRN_6808, PITCAIRN) CHIPSET(0x6809, PITCAIRN_6809, PITCAIRN) CHIPSET(0x6810, PITCAIRN_6810, PITCAIRN) +CHIPSET(0x6811, PITCAIRN_6811, PITCAIRN) CHIPSET(0x6816, PITCAIRN_6816, PITCAIRN) CHIPSET(0x6817, PITCAIRN_6817, PITCAIRN) CHIPSET(0x6818, PITCAIRN_6818, PITCAIRN) |