summaryrefslogtreecommitdiff
path: root/src/radeon_chipset_gen.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-06-07 14:56:26 -0400
committerAlex Deucher <alexander.deucher@amd.com>2013-06-28 14:41:06 -0400
commit0edcefc4c97e4572431c38fe170032470e22e0b7 (patch)
tree7f1e8c2370a02a611a757892b2a108e2f5f45e37 /src/radeon_chipset_gen.h
parentebc32b27af25b23604e725eb50d844a8d26116bb (diff)
radeon/kms: add bonaire pci ids
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/radeon_chipset_gen.h')
-rw-r--r--src/radeon_chipset_gen.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h
index 2ae7cc93..a7fe62f7 100644
--- a/src/radeon_chipset_gen.h
+++ b/src/radeon_chipset_gen.h
@@ -618,5 +618,13 @@ SymTabRec RADEONChipsets[] = {
{ PCI_CHIP_HAINAN_6665, "HAINAN" },
{ PCI_CHIP_HAINAN_6667, "HAINAN" },
{ PCI_CHIP_HAINAN_666F, "HAINAN" },
+ { PCI_CHIP_BONAIRE_6640, "BONAIRE" },
+ { PCI_CHIP_BONAIRE_6641, "BONAIRE" },
+ { PCI_CHIP_BONAIRE_6649, "BONAIRE" },
+ { PCI_CHIP_BONAIRE_6650, "BONAIRE" },
+ { PCI_CHIP_BONAIRE_6651, "BONAIRE" },
+ { PCI_CHIP_BONAIRE_6658, "BONAIRE" },
+ { PCI_CHIP_BONAIRE_665C, "BONAIRE" },
+ { PCI_CHIP_BONAIRE_665D, "BONAIRE" },
{ -1, NULL }
};