Module: Mesa Branch: 18.2 Commit: be23d75fb97666330ee99a65369f3475275b1db6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=be23d75fb97666330ee99a65369f3475275b1db6
Author: Alex Deucher <[email protected]> Date: Wed Sep 19 10:24:30 2018 -0500 pci_ids: add new polaris pci id Reviewed-by: Marek Olšák <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected] (cherry picked from commit afb7c6b301ea4275d64498a0b62a908777cb9b24) --- include/pci_ids/radeonsi_pci_ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h index 91eb7b3766..35ea3559b0 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids/radeonsi_pci_ids.h @@ -204,6 +204,7 @@ CHIPSET(0x67CC, POLARIS10) CHIPSET(0x67CF, POLARIS10) CHIPSET(0x67D0, POLARIS10) CHIPSET(0x67DF, POLARIS10) +CHIPSET(0x6FDF, POLARIS10) CHIPSET(0x98E4, STONEY) _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
