diff options
author | Alex Deucher <[email protected]> | 2013-01-24 19:11:28 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2013-02-04 15:44:38 -0500 |
commit | 4161d70bba567e6e73d5e9e993a74d81930d0e72 (patch) | |
tree | e306f94acb13621e1891760dac7a37e47b8bfed9 /include/pci_ids | |
parent | af0af75881ea99452086afd6907780de77af6e96 (diff) |
radeonsi: add Oland pci ids
Signed-off-by: Alex Deucher <[email protected]>
Note: this is a candidate for the 9.1 branch.
Diffstat (limited to 'include/pci_ids')
-rw-r--r-- | include/pci_ids/radeonsi_pci_ids.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h index a885a444e8e..22c96c08262 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids/radeonsi_pci_ids.h @@ -46,3 +46,17 @@ CHIPSET(0x6839, VERDE_6839, VERDE) CHIPSET(0x683B, VERDE_683B, VERDE) CHIPSET(0x683D, VERDE_683D, VERDE) CHIPSET(0x683F, VERDE_683F, VERDE) + +CHIPSET(0x6600, OLAND_6600, OLAND) +CHIPSET(0x6601, OLAND_6601, OLAND) +CHIPSET(0x6602, OLAND_6602, OLAND) +CHIPSET(0x6603, OLAND_6603, OLAND) +CHIPSET(0x6606, OLAND_6606, OLAND) +CHIPSET(0x6607, OLAND_6607, OLAND) +CHIPSET(0x6610, OLAND_6610, OLAND) +CHIPSET(0x6611, OLAND_6611, OLAND) +CHIPSET(0x6613, OLAND_6613, OLAND) +CHIPSET(0x6620, OLAND_6620, OLAND) +CHIPSET(0x6621, OLAND_6621, OLAND) +CHIPSET(0x6623, OLAND_6623, OLAND) +CHIPSET(0x6631, OLAND_6631, OLAND) |