diff options
author | Marek Olšák <[email protected]> | 2017-11-07 02:02:21 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-07-12 16:48:12 -0400 |
commit | 2e0b00ab7d135f393c0cf7531317100f91725ffc (patch) | |
tree | d5d947df8fba924d3f159c479f9b3383d93e9ecd /include | |
parent | e8dc3c0c36e830f4b134151ac1e18d979e70f0c6 (diff) |
radeonsi: add support for Vega20
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'include')
-rw-r--r-- | include/pci_ids/radeonsi_pci_ids.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h index 6386d21a19f..c8d30597230 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids/radeonsi_pci_ids.h @@ -235,4 +235,11 @@ CHIPSET(0x69A2, VEGA12) CHIPSET(0x69A3, VEGA12) CHIPSET(0x69AF, VEGA12) +CHIPSET(0x66A0, VEGA20) +CHIPSET(0x66A1, VEGA20) +CHIPSET(0x66A2, VEGA20) +CHIPSET(0x66A3, VEGA20) +CHIPSET(0x66A7, VEGA20) +CHIPSET(0x66AF, VEGA20) + CHIPSET(0x15DD, RAVEN) |