aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h
diff options
context:
space:
mode:
authorRex Zhu <Rex.Zhu@amd.com>2017-12-19 14:04:24 +0800
committerAlex Deucher <alexander.deucher@amd.com>2017-12-20 11:56:48 -0500
commitd100033b2a48ac0bdbb19719ee474bea73855a99 (patch)
tree6f0d68e15410bf1f876f1281790bef2482256230 /drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h
parentdrm/amdgpu: use defines for mmBIF_IOV_FUNC_IDENTIFIER fields (diff)
downloadlinux-dev-d100033b2a48ac0bdbb19719ee474bea73855a99.tar.xz
linux-dev-d100033b2a48ac0bdbb19719ee474bea73855a99.zip
drm/amd/pp: Move smu_version to common code
Move the smu_version to struct hwmgr, so it can be shared by other asics. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h')
-rw-r--r--drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h
index 8f7358cc3327..e8507ff8dbb3 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h
@@ -387,7 +387,6 @@ struct vega10_hwmgr {
struct vega10_smc_state_table smc_state_table;
uint32_t config_telemetry;
- uint32_t smu_version;
uint32_t acg_loop_state;
uint32_t mem_channels;
};