summaryrefslogtreecommitdiff
path: root/src/amdgpu_chipset_gen.h
diff options
context:
space:
mode:
authorSamuel Li <samuel.li@amd.com>2015-10-22 12:50:21 -0400
committerAlex Deucher <alexander.deucher@amd.com>2015-10-23 11:04:59 -0400
commit3b0a3c89b53b3ebe21a9d703a4dbff6e57c65a57 (patch)
tree5fb7f41daf95da7c206a2736cdabf90405c92235 /src/amdgpu_chipset_gen.h
parent9c8b7ebe15eec7abd5dc10ad6ccecbc57225494a (diff)
Add Stoney support
(agd): rebase Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Samuel Li <samuel.li@amd.com>
Diffstat (limited to 'src/amdgpu_chipset_gen.h')
-rw-r--r--src/amdgpu_chipset_gen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amdgpu_chipset_gen.h b/src/amdgpu_chipset_gen.h
index 94d2df5..a8683e0 100644
--- a/src/amdgpu_chipset_gen.h
+++ b/src/amdgpu_chipset_gen.h
@@ -78,5 +78,6 @@ SymTabRec AMDGPUChipsets[] = {
{ PCI_CHIP_CARRIZO_9876, "CARRIZO" },
{ PCI_CHIP_CARRIZO_9877, "CARRIZO" },
{ PCI_CHIP_FIJI_7300, "FIJI" },
+ { PCI_CHIP_STONEY_98E4, "STONEY" },
{ -1, NULL }
};