Module: Mesa Branch: master Commit: 2f0450c627e5158d49aa1320eed9a5f6cb184838 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2f0450c627e5158d49aa1320eed9a5f6cb184838
Author: Alex Deucher <[email protected]> Date: Wed May 10 11:40:01 2017 -0400 radeonsi: add new vega10 pci ids Reviewed-by: Nicolai Hähnle <[email protected]> Cc: 17.1 <[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 1058682c8e..a20a936ef3 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids/radeonsi_pci_ids.h @@ -219,6 +219,8 @@ CHIPSET(0x6860, VEGA10_, VEGA10) CHIPSET(0x6861, VEGA10_, VEGA10) CHIPSET(0x6862, VEGA10_, VEGA10) CHIPSET(0x6863, VEGA10_, VEGA10) +CHIPSET(0x6864, VEGA10_, VEGA10) CHIPSET(0x6867, VEGA10_, VEGA10) +CHIPSET(0x6868, VEGA10_, VEGA10) CHIPSET(0x687F, VEGA10_, VEGA10) CHIPSET(0x686C, VEGA10_, VEGA10) _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
