diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2018-12-07 16:10:33 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-12-14 14:48:39 -0500 |
commit | 4db4b3447d5258a26a805766e156ea0a338c95b7 (patch) | |
tree | 361622c9cd3af00ec32f1f6127f7f8049da1c383 /include | |
parent | 56cf25a114436dfc4006296ecef820057f7391b6 (diff) | |
download | mesa-4db4b3447d5258a26a805766e156ea0a338c95b7.tar.gz mesa-4db4b3447d5258a26a805766e156ea0a338c95b7.tar.bz2 mesa-4db4b3447d5258a26a805766e156ea0a338c95b7.zip |
pci_ids: add new vega20 pci id
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: mesa-stable@lists.freedesktop.org
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 f7defc4197a..a2bc9213207 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids/radeonsi_pci_ids.h @@ -246,6 +246,7 @@ CHIPSET(0x66A0, VEGA20) CHIPSET(0x66A1, VEGA20) CHIPSET(0x66A2, VEGA20) CHIPSET(0x66A3, VEGA20) +CHIPSET(0x66A4, VEGA20) CHIPSET(0x66A7, VEGA20) CHIPSET(0x66AF, VEGA20) |