diff options
author | Marek Olšák <[email protected]> | 2017-11-07 02:57:36 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-03-28 11:37:43 -0400 |
commit | 20eb44ad65ec6f40ba8b77529f42f79517e89231 (patch) | |
tree | b8f2958e48998976e2e88c3d98cd5ce481e6a933 /include | |
parent | 5425d32fcf400bac42a2667d230fb3823c3a3f0c (diff) |
radeonsi: add support for Vega12
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'include')
-rw-r--r-- | include/pci_ids/radeonsi_pci_ids.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h index 6a3594eabc9..62b130307a3 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids/radeonsi_pci_ids.h @@ -226,4 +226,10 @@ CHIPSET(0x6868, VEGA10) CHIPSET(0x687F, VEGA10) CHIPSET(0x686C, VEGA10) +CHIPSET(0x69A0, VEGA12) +CHIPSET(0x69A1, VEGA12) +CHIPSET(0x69A2, VEGA12) +CHIPSET(0x69A3, VEGA12) +CHIPSET(0x69AF, VEGA12) + CHIPSET(0x15DD, RAVEN) |