diff options
author | Marek Olšák <marek.olsak@amd.com> | 2017-02-27 23:28:07 +0100 |
---|---|---|
committer | Marek Olšák <marek.olsak@amd.com> | 2018-04-18 14:45:33 -0400 |
commit | c6f1d360198c52d208645c0ccb5e988cded408e8 (patch) | |
tree | 5a7030eeeede436ebc24434b4868e76fcccc18a6 /include | |
parent | d6a66bc8dbcdeed8e87f649bc281de0d60d2f123 (diff) | |
download | mesa-c6f1d360198c52d208645c0ccb5e988cded408e8.tar.gz mesa-c6f1d360198c52d208645c0ccb5e988cded408e8.tar.bz2 mesa-c6f1d360198c52d208645c0ccb5e988cded408e8.zip |
radeonsi: add support for VegaM
Acked-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/pci_ids/radeonsi_pci_ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h index 62b130307a3..6386d21a19f 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids/radeonsi_pci_ids.h @@ -216,6 +216,9 @@ CHIPSET(0x6995, POLARIS12) CHIPSET(0x6997, POLARIS12) CHIPSET(0x699F, POLARIS12) +CHIPSET(0x694C, VEGAM) +CHIPSET(0x694E, VEGAM) + CHIPSET(0x6860, VEGA10) CHIPSET(0x6861, VEGA10) CHIPSET(0x6862, VEGA10) |