diff options
author | Alex Deucher <[email protected]> | 2017-03-17 11:13:09 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2017-03-17 14:13:17 -0400 |
commit | c2a97fb7ae991fa52adfd1dabbebbe1803261863 (patch) | |
tree | f84f1d0b6f272ca783380c5de407bba5623f2bf8 /include/pci_ids | |
parent | 4b064d16e575ff7155cdcc63f0496ad6b5bc20c7 (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]>
Diffstat (limited to 'include/pci_ids')
-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) |