diff options
author | Rex Zhu <Rex.Zhu@amd.com> | 2016-08-11 11:01:01 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-09-19 13:22:12 -0400 |
commit | 1486022088dea351805e4db4fc76c4d7c68733d6 (patch) | |
tree | 8c37221805728c4fd175347206293cb284fed29f /drivers/gpu/drm/amd/powerplay/hwmgr | |
parent | b859c2070354ad8a2512e1524533d9f3291174c7 (diff) | |
download | talos-obmc-linux-1486022088dea351805e4db4fc76c4d7c68733d6.tar.gz talos-obmc-linux-1486022088dea351805e4db4fc76c4d7c68733d6.zip |
drm/amd/powerplay: implement fw image related smum interface for tonga.
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/hwmgr')
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c index 42783bf7647c..3110bf0eeacc 100644 --- a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c @@ -800,7 +800,7 @@ static int tonga_process_firmware_header(struct pp_hwmgr *hwmgr) if (0 == result) { data->soft_regs_start = tmp; - tonga_smu->ulSoftRegsStart = tmp; + tonga_smu->soft_regs_start = tmp; } error |= (0 != result); |