Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Rex Zhu and committed by
Alex Deucher
46b27ee9 d3472266

+1 -1
+1 -1
drivers/gpu/drm/amd/powerplay/amd_powerplay.c
··· 738 738 if (ret) 739 739 return ret; 740 740 741 - ret = pp_hw_fini(hwmgr); 741 + ret = hwmgr_hw_fini(hwmgr); 742 742 if (ret) 743 743 return ret; 744 744