summaryrefslogtreecommitdiff
path: root/src/amdgpu_chipset_gen.h
diff options
context:
space:
mode:
authorFlora Cui <Flora.Cui@amd.com>2016-09-14 16:41:16 +0900
committerMichel Dänzer <michel@daenzer.net>2016-09-14 17:26:34 +0900
commit10ff4b42eaa946364b19e9433bc85748e1db2835 (patch)
tree66a9e4f6ead5c7f47473c91d1bcc07b78d399869 /src/amdgpu_chipset_gen.h
parentaf5d3932147390ee2dcf33f594f549dc562e5078 (diff)
Add more Polaris 11 PCI IDs
Signed-off-by: Flora Cui <Flora.Cui@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> (Cherry picked from commit 8e89448ee00da16e05e6777f34bb75d2dd6f7025)
Diffstat (limited to 'src/amdgpu_chipset_gen.h')
-rw-r--r--src/amdgpu_chipset_gen.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/amdgpu_chipset_gen.h b/src/amdgpu_chipset_gen.h
index f3f436f..23d4014 100644
--- a/src/amdgpu_chipset_gen.h
+++ b/src/amdgpu_chipset_gen.h
@@ -81,11 +81,14 @@ SymTabRec AMDGPUChipsets[] = {
{ PCI_CHIP_FIJI_7300, "FIJI" },
{ PCI_CHIP_STONEY_98E4, "STONEY" },
{ PCI_CHIP_POLARIS11_67E0, "POLARIS11" },
- { PCI_CHIP_POLARIS11_67E1, "POLARIS11" },
+ { PCI_CHIP_POLARIS11_67E3, "POLARIS11" },
{ PCI_CHIP_POLARIS11_67E8, "POLARIS11" },
- { PCI_CHIP_POLARIS11_67E9, "POLARIS11" },
{ PCI_CHIP_POLARIS11_67EB, "POLARIS11" },
+ { PCI_CHIP_POLARIS11_67EF, "POLARIS11" },
{ PCI_CHIP_POLARIS11_67FF, "POLARIS11" },
+ { PCI_CHIP_POLARIS11_67E1, "POLARIS11" },
+ { PCI_CHIP_POLARIS11_67E7, "POLARIS11" },
+ { PCI_CHIP_POLARIS11_67E9, "POLARIS11" },
{ PCI_CHIP_POLARIS10_67C0, "POLARIS10" },
{ PCI_CHIP_POLARIS10_67C1, "POLARIS10" },
{ PCI_CHIP_POLARIS10_67C2, "POLARIS10" },