summaryrefslogtreecommitdiff
path: root/src/radeon_pci_device_match_gen.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-05-13 17:06:00 -0400
committerAlex Deucher <alexander.deucher@amd.com>2013-05-13 17:07:26 -0400
commit0a84f2760eccf07781ae6c3f55d2d246c155c9ce (patch)
treeab6dd097e255f138b7bbd6998230f40d073b8e34 /src/radeon_pci_device_match_gen.h
parent6cee1eaebfcef2b2d2c51ec30c31260fd98b564e (diff)
radeon: add Hainan pci ids
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/radeon_pci_device_match_gen.h')
-rw-r--r--src/radeon_pci_device_match_gen.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/radeon_pci_device_match_gen.h b/src/radeon_pci_device_match_gen.h
index 46a84287..9b669fd0 100644
--- a/src/radeon_pci_device_match_gen.h
+++ b/src/radeon_pci_device_match_gen.h
@@ -612,5 +612,11 @@ static const struct pci_id_match radeon_device_match[] = {
ATI_DEVICE_MATCH( PCI_CHIP_OLAND_6621, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_OLAND_6623, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_OLAND_6631, 0 ),
+ ATI_DEVICE_MATCH( PCI_CHIP_HAINAN_6660, 0 ),
+ ATI_DEVICE_MATCH( PCI_CHIP_HAINAN_6663, 0 ),
+ ATI_DEVICE_MATCH( PCI_CHIP_HAINAN_6664, 0 ),
+ ATI_DEVICE_MATCH( PCI_CHIP_HAINAN_6665, 0 ),
+ ATI_DEVICE_MATCH( PCI_CHIP_HAINAN_6667, 0 ),
+ ATI_DEVICE_MATCH( PCI_CHIP_HAINAN_666F, 0 ),
{ 0, 0, 0 }
};