diff options
author | Alex Deucher <[email protected]> | 2013-05-13 16:25:51 -0400 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2013-05-23 10:09:58 +0200 |
commit | f48ed84e03dd66e2fd07c22c071f07dce0555ef9 (patch) | |
tree | ebaf1a2ef98591fee543fa0c1af6133b00cd0166 /include | |
parent | 2169d7f23d686e0b2c2ca5bad47824ac118a8610 (diff) |
radeonsi: add Hainan pci ids
Note: this is a candidate for the 9.1 branch
Signed-off-by: Alex Deucher <[email protected]>
Reviewed-by: Michel Dänzer <[email protected]>
(cherry picked from commit 29b8d6a1dad71dd70797c356a96d038ad2674d5d)
Diffstat (limited to 'include')
-rw-r--r-- | include/pci_ids/radeonsi_pci_ids.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h index 68d794812b2..f823a2ec1b3 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids/radeonsi_pci_ids.h @@ -63,3 +63,10 @@ CHIPSET(0x6620, OLAND_6620, OLAND) CHIPSET(0x6621, OLAND_6621, OLAND) CHIPSET(0x6623, OLAND_6623, OLAND) CHIPSET(0x6631, OLAND_6631, OLAND) + +CHIPSET(0x6660, HAINAN_6660, HAINAN) +CHIPSET(0x6663, HAINAN_6663, HAINAN) +CHIPSET(0x6664, HAINAN_6664, HAINAN) +CHIPSET(0x6665, HAINAN_6665, HAINAN) +CHIPSET(0x6667, HAINAN_6667, HAINAN) +CHIPSET(0x666F, HAINAN_666F, HAINAN) |