[PATCH] drm/amd/pp: Fix handle kernel paging request when reset pp table

Alex Deucher alexdeucher at gmail.com
Wed Mar 21 03:29:51 UTC 2018


On Tue, Mar 20, 2018 at 11:06 PM, Rex Zhu <Rex.Zhu at amd.com> wrote:
> Change-Id: I885e1b6a682a20baa0c8ca5bf9d1027375a00812
> Signed-off-by: Rex Zhu <Rex.Zhu at amd.com>

Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

> ---
>  drivers/gpu/drm/amd/powerplay/amd_powerplay.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/powerplay/amd_powerplay.c b/drivers/gpu/drm/amd/powerplay/amd_powerplay.c
> index dbb0e69..0381317 100644
> --- a/drivers/gpu/drm/amd/powerplay/amd_powerplay.c
> +++ b/drivers/gpu/drm/amd/powerplay/amd_powerplay.c
> @@ -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;
>
> --
> 1.9.1
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx


More information about the amd-gfx mailing list