projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f87ed90
)
radeonsi: add Polaris PCI IDs
author
Sonny Jiang
<sonny.jiang@amd.com>
Wed, 4 Nov 2015 16:01:33 +0000
(11:01 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Fri, 25 Mar 2016 03:08:12 +0000
(23:08 -0400)
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)
include/pci_ids/radeonsi_pci_ids.h
patch
|
blob
|
history
diff --git
a/include/pci_ids/radeonsi_pci_ids.h
b/include/pci_ids/radeonsi_pci_ids.h
index
bcf15a1
..
4df8e9d
100644
(file)
--- 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)