summaryrefslogtreecommitdiff
path: root/src/amdgpu_chipset_gen.h
diff options
context:
space:
mode:
authorFlora Cui <Flora.Cui@amd.com>2016-09-14 16:40:43 +0900
committerMichel Dänzer <michel@daenzer.net>2016-09-14 17:26:34 +0900
commitaf5d3932147390ee2dcf33f594f549dc562e5078 (patch)
tree9b36ea711ab6b88e054570fc90c541ed5962047c /src/amdgpu_chipset_gen.h
parentda820a6661357ae707e5793a549476c085d90236 (diff)
Add more Polaris 10 PCI IDs
Signed-off-by: Flora Cui <Flora.Cui@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> (Cherry picked from commit a59b23d64285741a7a25e314343f6261046d980f)
Diffstat (limited to 'src/amdgpu_chipset_gen.h')
-rw-r--r--src/amdgpu_chipset_gen.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/amdgpu_chipset_gen.h b/src/amdgpu_chipset_gen.h
index 6cbffe7..f3f436f 100644
--- a/src/amdgpu_chipset_gen.h
+++ b/src/amdgpu_chipset_gen.h
@@ -87,6 +87,15 @@ SymTabRec AMDGPUChipsets[] = {
{ PCI_CHIP_POLARIS11_67EB, "POLARIS11" },
{ PCI_CHIP_POLARIS11_67FF, "POLARIS11" },
{ PCI_CHIP_POLARIS10_67C0, "POLARIS10" },
+ { PCI_CHIP_POLARIS10_67C1, "POLARIS10" },
+ { PCI_CHIP_POLARIS10_67C2, "POLARIS10" },
+ { PCI_CHIP_POLARIS10_67C4, "POLARIS10" },
+ { PCI_CHIP_POLARIS10_67C7, "POLARIS10" },
{ PCI_CHIP_POLARIS10_67DF, "POLARIS10" },
+ { PCI_CHIP_POLARIS10_67C8, "POLARIS10" },
+ { PCI_CHIP_POLARIS10_67C9, "POLARIS10" },
+ { PCI_CHIP_POLARIS10_67CA, "POLARIS10" },
+ { PCI_CHIP_POLARIS10_67CC, "POLARIS10" },
+ { PCI_CHIP_POLARIS10_67CF, "POLARIS10" },
{ -1, NULL }
};