diff options
author | Marek Olšák <[email protected]> | 2019-09-23 15:08:38 -0400 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-09-24 08:23:45 -0700 |
commit | 5e289248a45734a158963551ea2caa0eef1d3068 (patch) | |
tree | a51605a5674ab70535f3cf0564975219331fd2ea /include | |
parent | dc7129777fd3077a8c00ff0d4d7bc0e20dc4f04b (diff) |
amd: add more PCI IDs for Navi14
trivial and urgent
Cc: 19.2 <[email protected]>
(cherry picked from commit 65b698136c5ef0ef1a15cb6fbff13cbc4ceb3881)
Diffstat (limited to 'include')
-rw-r--r-- | include/pci_ids/radeonsi_pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
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) |