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:
parent
d3472266fb
commit
46b27ee925
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue