diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2015-10-14 17:14:16 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-05-04 20:23:22 -0400 |
commit | b81223001f686a537c3f6e26c83037b365046612 (patch) | |
tree | 1ccd468d128e4cd0186b9a49f43c66e668739fb3 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
parent | 7edbb0d389ccad68a75a2dcdbeb682014f1ccffe (diff) | |
download | linux-b81223001f686a537c3f6e26c83037b365046612.tar.bz2 |
drm/amdgpu: add ELM/BAF asic types
New asic types for ellesmere and baffin.
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index c7974ff470e5..077d4cc51a8c 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -59,6 +59,8 @@ static const char *amdgpu_asic_name[] = { "FIJI", "CARRIZO", "STONEY", + "ELLESMERE", + "BAFFIN", "LAST", }; |