diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-06-07 14:56:26 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-06-28 14:41:06 -0400 |
commit | 0edcefc4c97e4572431c38fe170032470e22e0b7 (patch) | |
tree | 7f1e8c2370a02a611a757892b2a108e2f5f45e37 /src/ati_pciids_gen.h | |
parent | ebc32b27af25b23604e725eb50d844a8d26116bb (diff) |
radeon/kms: add bonaire pci ids
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/ati_pciids_gen.h')
-rw-r--r-- | src/ati_pciids_gen.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ati_pciids_gen.h b/src/ati_pciids_gen.h index 78523c58..7a94c273 100644 --- a/src/ati_pciids_gen.h +++ b/src/ati_pciids_gen.h @@ -698,3 +698,11 @@ #define PCI_CHIP_HAINAN_6665 0x6665 #define PCI_CHIP_HAINAN_6667 0x6667 #define PCI_CHIP_HAINAN_666F 0x666F +#define PCI_CHIP_BONAIRE_6640 0x6640 +#define PCI_CHIP_BONAIRE_6641 0x6641 +#define PCI_CHIP_BONAIRE_6649 0x6649 +#define PCI_CHIP_BONAIRE_6650 0x6650 +#define PCI_CHIP_BONAIRE_6651 0x6651 +#define PCI_CHIP_BONAIRE_6658 0x6658 +#define PCI_CHIP_BONAIRE_665C 0x665C +#define PCI_CHIP_BONAIRE_665D 0x665D |