diff options
author | Samuel Li <samuel.li@amd.com> | 2015-10-08 14:50:27 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-10-21 12:19:12 -0400 |
commit | 139f491799c303c5269cf6d5600cec9bbf9853e6 (patch) | |
tree | ba699cca1e35348eae15cb0eb77bfa01a1463224 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
parent | f48b2659f521301753f9b3b67e308a79c6110346 (diff) |
drm/amdgpu: add Stoney chip family
Stoney is based on Carrizo with some IP upgrades.
Signed-off-by: Samuel Li <samuel.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 |
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[] = { | |||
57 | "TONGA", | 57 | "TONGA", |
58 | "FIJI", | 58 | "FIJI", |
59 | "CARRIZO", | 59 | "CARRIZO", |
60 | "STONEY", | ||
60 | "LAST", | 61 | "LAST", |
61 | }; | 62 | }; |
62 | 63 | ||