drm/amd/pp: Fix unable to handle kernel paging request

when set pp table

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>
This commit is contained in:
Rex Zhu 2018-03-21 11:04:21 +08:00 committed by Alex Deucher
parent d3472266fb
commit 46b27ee925
1 changed files with 1 additions and 1 deletions

View File

@ -738,7 +738,7 @@ static int amd_powerplay_reset(void *handle)
if (ret)
return ret;
ret = pp_hw_fini(hwmgr);
ret = hwmgr_hw_fini(hwmgr);
if (ret)
return ret;