mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue