aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
diff options
context:
space:
mode:
authorSamuel Li <[email protected]>2015-10-08 18:50:27 +0000
committerAlex Deucher <[email protected]>2015-10-21 16:19:12 +0000
commit139f491799c303c5269cf6d5600cec9bbf9853e6 (patch)
treeba699cca1e35348eae15cb0eb77bfa01a1463224 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
parentdrm/amdgpu: fix the broken vm->mutex V2 (diff)
downloadkernel-139f491799c303c5269cf6d5600cec9bbf9853e6.tar.gz
kernel-139f491799c303c5269cf6d5600cec9bbf9853e6.zip
drm/amdgpu: add Stoney chip family
Stoney is based on Carrizo with some IP upgrades. Signed-off-by: Samuel Li <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index 19e185ec3707..645690bcb4b3 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -57,6 +57,7 @@ static const char *amdgpu_asic_name[] = {
"TONGA",
"FIJI",
"CARRIZO",
+ "STONEY",
"LAST",
};