summaryrefslogtreecommitdiffstats
path: root/include/pci_ids
diff options
context:
space:
mode:
authorSonny Jiang <sonny.jiang@amd.com>2015-11-04 11:01:33 -0500
committerAlex Deucher <alexander.deucher@amd.com>2016-03-24 23:08:12 -0400
commitf00c840578a70e479ffb99f6b64c73dc420179fa (patch)
treeeac23e9c195b8d364b84a0ad3a798971c9a71494 /include/pci_ids
parentf87ed903fb6fd1bdb0cfa7a4dd5b9d00a9f38e31 (diff)
downloadexternal_mesa3d-f00c840578a70e479ffb99f6b64c73dc420179fa.zip
external_mesa3d-f00c840578a70e479ffb99f6b64c73dc420179fa.tar.gz
external_mesa3d-f00c840578a70e479ffb99f6b64c73dc420179fa.tar.bz2
radeonsi: add Polaris PCI IDs
Signed-off-by: Sonny Jiang <sonny.jiang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> (Polaris10) Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> (Polaris11)
Diffstat (limited to 'include/pci_ids')
-rw-r--r--include/pci_ids/radeonsi_pci_ids.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h
index bcf15a1..4df8e9d 100644
--- a/include/pci_ids/radeonsi_pci_ids.h
+++ b/include/pci_ids/radeonsi_pci_ids.h
@@ -182,4 +182,14 @@ CHIPSET(0x9877, CARRIZO_, CARRIZO)
CHIPSET(0x7300, FIJI_, FIJI)
+CHIPSET(0x67E0, POLARIS11_, POLARIS11)
+CHIPSET(0x67E1, POLARIS11_, POLARIS11)
+CHIPSET(0x67E8, POLARIS11_, POLARIS11)
+CHIPSET(0x67E9, POLARIS11_, POLARIS11)
+CHIPSET(0x67EB, POLARIS11_, POLARIS11)
+CHIPSET(0x67FF, POLARIS11_, POLARIS11)
+
+CHIPSET(0x67C0, POLARIS10_, POLARIS10)
+CHIPSET(0x67DF, POLARIS10_, POLARIS10)
+
CHIPSET(0x98E4, STONEY_, STONEY)