Module: Mesa Branch: amdgpu Commit: f27f1813b18f2a76febaaab81bf15f499578ea8d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f27f1813b18f2a76febaaab81bf15f499578ea8d
Author: Alex Deucher <[email protected]> Date: Tue May 12 13:15:44 2015 -0400 radeonsi: add some additional tonga pci ids Reviewed-by: Marek Olšák <[email protected]> Signed-off-by: Alex Deucher <[email protected]> --- include/pci_ids/radeonsi_pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h index ca81f76..3589198 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids/radeonsi_pci_ids.h @@ -165,8 +165,10 @@ CHIPSET(0x6907, ICELAND_, ICELAND) CHIPSET(0x6920, TONGA_, TONGA) CHIPSET(0x6921, TONGA_, TONGA) CHIPSET(0x6928, TONGA_, TONGA) +CHIPSET(0x6929, TONGA_, TONGA) CHIPSET(0x692B, TONGA_, TONGA) CHIPSET(0x692F, TONGA_, TONGA) +CHIPSET(0x6930, TONGA_, TONGA) CHIPSET(0x6938, TONGA_, TONGA) CHIPSET(0x6939, TONGA_, TONGA) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
