summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2015-10-14 17:14:16 -0400
committerAlex Deucher <alexander.deucher@amd.com>2016-05-04 20:23:22 -0400
commitb81223001f686a537c3f6e26c83037b365046612 (patch)
tree1ccd468d128e4cd0186b9a49f43c66e668739fb3 /drivers/gpu/drm/amd/amdgpu
parent7edbb0d389ccad68a75a2dcdbeb682014f1ccffe (diff)
downloadlinux-b81223001f686a537c3f6e26c83037b365046612.tar.gz
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')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_device.c2
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",
};