Module: Mesa Branch: master Commit: e2df37f69a4e513b756fc193a544d48d8fd0ddac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2df37f69a4e513b756fc193a544d48d8fd0ddac
Author: Alex Deucher <[email protected]> Date: Wed Nov 21 18:48:18 2012 -0500 radeonsi: add a new SI pci id Note: this is a candidate for the stable branch. Signed-off-by: Alex Deucher <[email protected]> --- include/pci_ids/radeonsi_pci_ids.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h index 3e1477e..a885a44 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids/radeonsi_pci_ids.h @@ -8,6 +8,7 @@ CHIPSET(0x6792, TAHITI_6792, TAHITI) CHIPSET(0x6798, TAHITI_6798, TAHITI) CHIPSET(0x6799, TAHITI_6799, TAHITI) CHIPSET(0x679A, TAHITI_679A, TAHITI) +CHIPSET(0x679B, TAHITI_679B, TAHITI) CHIPSET(0x679E, TAHITI_679E, TAHITI) CHIPSET(0x679F, TAHITI_679F, TAHITI) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
