diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-06-07 14:09:20 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-06-28 15:17:18 -0400 |
commit | b6b13466917af78e36d58a36b1c8afa08ff95f5c (patch) | |
tree | 4d84b973441be84b58f18cef12da5f2909dc66ef /include/pci_ids | |
parent | d669992e3543ccdc9a9f8c9d8b375f292b4a9315 (diff) | |
download | external_mesa3d-b6b13466917af78e36d58a36b1c8afa08ff95f5c.tar.gz external_mesa3d-b6b13466917af78e36d58a36b1c8afa08ff95f5c.tar.bz2 external_mesa3d-b6b13466917af78e36d58a36b1c8afa08ff95f5c.zip |
radeonsi: add bonaire pci ids
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include/pci_ids')
-rw-r--r-- | include/pci_ids/radeonsi_pci_ids.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h index f823a2ec1b..a1fcf53172 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids/radeonsi_pci_ids.h @@ -70,3 +70,12 @@ CHIPSET(0x6664, HAINAN_6664, HAINAN) CHIPSET(0x6665, HAINAN_6665, HAINAN) CHIPSET(0x6667, HAINAN_6667, HAINAN) CHIPSET(0x666F, HAINAN_666F, HAINAN) + +CHIPSET(0x6640, BONAIRE_6640, BONAIRE) +CHIPSET(0x6641, BONAIRE_6641, BONAIRE) +CHIPSET(0x6649, BONAIRE_6649, BONAIRE) +CHIPSET(0x6650, BONAIRE_6650, BONAIRE) +CHIPSET(0x6651, BONAIRE_6651, BONAIRE) +CHIPSET(0x6658, BONAIRE_6658, BONAIRE) +CHIPSET(0x665C, BONAIRE_665C, BONAIRE) +CHIPSET(0x665D, BONAIRE_665D, BONAIRE) |