diff options
author | Alex Deucher <[email protected]> | 2017-03-17 11:13:09 -0400 |
---|---|---|
committer | Andres Gomez <[email protected]> | 2017-03-29 19:13:17 +0300 |
commit | cbb773e7e0131276dd1db7cb1c5e0825e9fe9d4c (patch) | |
tree | 8a3cc491bac7bebf73f48faf2b931a9cf46843b2 | |
parent | 9c6fcdfe4549c8184f6c990505da3db6a9c95f94 (diff) |
radeonsi: add new polaris12 pci id
Reviewed-by: Marek Olšák <[email protected]>
Cc: 17.0 <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
(cherry picked from commit c2a97fb7ae991fa52adfd1dabbebbe1803261863)
-rw-r--r-- | 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 fca47b0e150..b14291d638c 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids/radeonsi_pci_ids.h @@ -211,4 +211,5 @@ CHIPSET(0x6981, POLARIS12_, POLARIS12) CHIPSET(0x6985, POLARIS12_, POLARIS12) CHIPSET(0x6986, POLARIS12_, POLARIS12) CHIPSET(0x6987, POLARIS12_, POLARIS12) +CHIPSET(0x6995, POLARIS12_, POLARIS12) CHIPSET(0x699F, POLARIS12_, POLARIS12) |