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/include/amd_shared.h | |
parent | 7edbb0d389ccad68a75a2dcdbeb682014f1ccffe (diff) |
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/include/amd_shared.h')
-rw-r--r-- | drivers/gpu/drm/amd/include/amd_shared.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h index f8afe53fbae0c..72858a06c2ddb 100644 --- a/drivers/gpu/drm/amd/include/amd_shared.h +++ b/drivers/gpu/drm/amd/include/amd_shared.h @@ -48,6 +48,8 @@ enum amd_asic_type { CHIP_FIJI, CHIP_CARRIZO, CHIP_STONEY, + CHIP_ELLESMERE, + CHIP_BAFFIN, CHIP_LAST, }; |