Module: Mesa Branch: 9.1 Commit: e1d798a9015d330f23aef5ad2ca10c5844e704e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e1d798a9015d330f23aef5ad2ca10c5844e704e7
Author: Alex Deucher <[email protected]> Date: Thu Jan 24 19:11:28 2013 -0500 radeonsi: add Oland pci ids Signed-off-by: Alex Deucher <[email protected]> Note: this is a candidate for the 9.1 branch. (cherry picked from commit 4161d70bba567e6e73d5e9e993a74d81930d0e72) --- 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 a885a44..22c96c0 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) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
