diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2012-10-16 13:05:46 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2012-10-16 13:05:46 -0400 |
commit | ce1b745dcb60dc516ad999756240b78e72a7aa54 (patch) | |
tree | fa745a4ff3759f8881deccb723bf0aca9df7c7ae /src/radeon_chipset_gen.h | |
parent | e3519be285bdab50ef2193f98826a351a4414fae (diff) |
radeon: add new pci ids for SI
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/radeon_chipset_gen.h')
-rw-r--r-- | src/radeon_chipset_gen.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h index 4808eaa0..17e8ee06 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -542,6 +542,8 @@ SymTabRec RADEONChipsets[] = { { PCI_CHIP_TAHITI_6788, "TAHITI" }, { PCI_CHIP_TAHITI_678A, "TAHITI" }, { PCI_CHIP_TAHITI_6790, "TAHITI" }, + { PCI_CHIP_TAHITI_6791, "TAHITI" }, + { PCI_CHIP_TAHITI_6792, "TAHITI" }, { PCI_CHIP_TAHITI_6798, "TAHITI" }, { PCI_CHIP_TAHITI_6799, "TAHITI" }, { PCI_CHIP_TAHITI_679A, "TAHITI" }, @@ -554,6 +556,7 @@ SymTabRec RADEONChipsets[] = { { PCI_CHIP_PITCAIRN_6808, "PITCAIRN" }, { PCI_CHIP_PITCAIRN_6809, "PITCAIRN" }, { PCI_CHIP_PITCAIRN_6810, "PITCAIRN" }, + { PCI_CHIP_PITCAIRN_6811, "PITCAIRN" }, { PCI_CHIP_PITCAIRN_6816, "PITCAIRN" }, { PCI_CHIP_PITCAIRN_6817, "PITCAIRN" }, { PCI_CHIP_PITCAIRN_6818, "PITCAIRN" }, |