Module: Mesa Branch: 9.1 Commit: f48ed84e03dd66e2fd07c22c071f07dce0555ef9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f48ed84e03dd66e2fd07c22c071f07dce0555ef9
Author: Alex Deucher <[email protected]> Date: Mon May 13 16:25:51 2013 -0400 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) --- 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 68d7948..f823a2e 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) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
