Module: Mesa Branch: staging/19.2 Commit: 5e289248a45734a158963551ea2caa0eef1d3068 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e289248a45734a158963551ea2caa0eef1d3068
Author: Marek Olšák <[email protected]> Date: Mon Sep 23 15:08:38 2019 -0400 amd: add more PCI IDs for Navi14 trivial and urgent Cc: 19.2 <[email protected]> (cherry picked from commit 65b698136c5ef0ef1a15cb6fbff13cbc4ceb3881) --- 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 b4713921b67..45eec2913b3 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids/radeonsi_pci_ids.h @@ -271,3 +271,5 @@ CHIPSET(0x731F, NAVI10) CHIPSET(0x7360, NAVI12) CHIPSET(0x7340, NAVI14) +CHIPSET(0x7341, NAVI14) +CHIPSET(0x7347, NAVI14) _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
