summaryrefslogtreecommitdiff
path: root/src/amdgpu_pci_device_match_gen.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2016-09-14 16:41:46 +0900
committerMichel Dänzer <michel@daenzer.net>2016-09-14 17:26:34 +0900
commit0d5b6957aef95872dd34ba0eb4284ebe70ee685d (patch)
treeac82b87d7535ac79f7ba6a357a83e2e0813ee6cc /src/amdgpu_pci_device_match_gen.h
parent10ff4b42eaa946364b19e9433bc85748e1db2835 (diff)
add missing bonaire pci id
Signed-off-by: Alex Deucher <alexander.deucher@amd.com> (Cherry picked from commit 60ced5026ebc34d9f32c7618430b6a7ef7c8eb4b)
Diffstat (limited to 'src/amdgpu_pci_device_match_gen.h')
-rw-r--r--src/amdgpu_pci_device_match_gen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amdgpu_pci_device_match_gen.h b/src/amdgpu_pci_device_match_gen.h
index 0459f1f..d46be91 100644
--- a/src/amdgpu_pci_device_match_gen.h
+++ b/src/amdgpu_pci_device_match_gen.h
@@ -3,6 +3,7 @@ static const struct pci_id_match amdgpu_device_match[] = {
ATI_DEVICE_MATCH( PCI_CHIP_BONAIRE_6640, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_BONAIRE_6641, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_BONAIRE_6646, 0 ),
+ ATI_DEVICE_MATCH( PCI_CHIP_BONAIRE_6647, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_BONAIRE_6649, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_BONAIRE_6650, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_BONAIRE_6651, 0 ),