> -----Original Message-----
> From: Andrey Grodzovsky [mailto:[email protected]]
> Sent: Friday, January 19, 2018 5:36 PM
> To: [email protected]
> Cc: Deucher, Alexander <[email protected]>; Grodzovsky,
> Andrey <[email protected]>
> Subject: [PATCH] drm/amdgpu: Reenable manual GPU reset from sysfs
> 
> Otherwise it keeps rejecting the reset.
> 
> Signed-off-by: Andrey Grodzovsky <[email protected]>

Reviewed-by: Alex Deucher <[email protected]>


> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> index d09c4ee..5025404 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> @@ -2620,7 +2620,7 @@ int amdgpu_device_gpu_recover(struct
> amdgpu_device *adev,
>       uint64_t reset_flags = 0;
>       int i, r, resched;
> 
> -     if (!amdgpu_device_ip_check_soft_reset(adev)) {
> +     if (!force && !amdgpu_device_ip_check_soft_reset(adev)) {
>               DRM_INFO("No hardware hang detected. Did some blocks
> stall?\n");
>               return 0;
>       }
> --
> 2.7.4

_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to