diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2017-03-17 11:13:09 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-03-17 14:13:17 -0400 |
commit | c2a97fb7ae991fa52adfd1dabbebbe1803261863 (patch) | |
tree | f84f1d0b6f272ca783380c5de407bba5623f2bf8 /include | |
parent | 4b064d16e575ff7155cdcc63f0496ad6b5bc20c7 (diff) |
radeonsi: add new polaris12 pci id
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Cc: 17.0 <mesa-stable@lists.freedesktop.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
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 fca47b0e15..b14291d638 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids/radeonsi_pci_ids.h @@ -211,4 +211,5 @@ CHIPSET(0x6981, POLARIS12_, POLARIS12) CHIPSET(0x6985, POLARIS12_, POLARIS12) CHIPSET(0x6986, POLARIS12_, POLARIS12) CHIPSET(0x6987, POLARIS12_, POLARIS12) +CHIPSET(0x6995, POLARIS12_, POLARIS12) CHIPSET(0x699F, POLARIS12_, POLARIS12) |