diff options
author | Alex Deucher <[email protected]> | 2017-06-16 12:12:21 -0400 |
---|---|---|
committer | Andres Gomez <[email protected]> | 2017-06-28 20:15:03 +0300 |
commit | 7872aae4b7bb61ad668bc9e05f59165ff94cd34d (patch) | |
tree | c499152c8a8a6a120d8f99d245794971c5a19858 /include | |
parent | acd0a0a9264e94e9569be2783d151fa9b2c3c12e (diff) |
radeonsi: add new polaris12 pci id
Reviewed-by: Marek Olšák <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Cc: 17.0 17.1 <[email protected]>
(cherry picked from commit 5c603b902bb6cd186e0d1b8f19d7496545bca667)
Diffstat (limited to 'include')
-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 50f638f5823..9453c1c391c 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids/radeonsi_pci_ids.h @@ -213,6 +213,7 @@ CHIPSET(0x6985, POLARIS12_, POLARIS12) CHIPSET(0x6986, POLARIS12_, POLARIS12) CHIPSET(0x6987, POLARIS12_, POLARIS12) CHIPSET(0x6995, POLARIS12_, POLARIS12) +CHIPSET(0x6997, POLARIS12_, POLARIS12) CHIPSET(0x699F, POLARIS12_, POLARIS12) CHIPSET(0x6860, VEGA10_, VEGA10) |