summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include/amd_shared.h
diff options
context:
space:
mode:
authorJunwei Zhang2016-12-14 21:32:28 +0100
committerAlex Deucher2017-01-06 23:07:54 +0100
commitc4642a479fac9f5c224ff7425d86c427b94011af (patch)
tree71091d7c2d3c79261120dd6631f9355e043ed59a /drivers/gpu/drm/amd/include/amd_shared.h
parentMAINTAINERS: Update mailing list for radeon and amdgpu (diff)
downloadkernel-qcow2-linux-c4642a479fac9f5c224ff7425d86c427b94011af.tar.gz
kernel-qcow2-linux-c4642a479fac9f5c224ff7425d86c427b94011af.tar.xz
kernel-qcow2-linux-c4642a479fac9f5c224ff7425d86c427b94011af.zip
drm/amd/amdgpu: add Polaris12 support (v3)
v2: agd: squash in various fixes v3: agd: squash in: drm/amdgpu: remove unnecessary smc sk firmware for polaris12 Signed-off-by: Junwei Zhang <Jerry.Zhang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Reviewed-by: Ken Wang <Qingqing.Wang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/include/amd_shared.h')
-rw-r--r--drivers/gpu/drm/amd/include/amd_shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h
index c02469ada9f1..5f59117109d7 100644
--- a/drivers/gpu/drm/amd/include/amd_shared.h
+++ b/drivers/gpu/drm/amd/include/amd_shared.h
@@ -46,6 +46,7 @@ enum amd_asic_type {
CHIP_STONEY,
CHIP_POLARIS10,
CHIP_POLARIS11,
+ CHIP_POLARIS12,
CHIP_LAST,
};