[PATCH] drm/amdgpu: Skip coredump during resets for debug
Christian König
christian.koenig at amd.com
Mon Jun 3 07:18:39 UTC 2024
Am 31.05.24 um 14:34 schrieb Lijo Lazar:
> Skip scheduling coredump when gpu reset is intentionally triggered
> through debugfs.
>
> Signed-off-by: Lijo Lazar <lijo.lazar at amd.com>
Reviewed-by: Christian König <christian.koenig at amd.com>
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
> index 10832b470448..1a9fda1d20fb 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
> @@ -981,6 +981,7 @@ static void amdgpu_debugfs_reset_work(struct work_struct *work)
> reset_context.method = AMD_RESET_METHOD_NONE;
> reset_context.reset_req_dev = adev;
> set_bit(AMDGPU_NEED_FULL_RESET, &reset_context.flags);
> + set_bit(AMDGPU_SKIP_COREDUMP, &reset_context.flags);
>
> amdgpu_device_gpu_recover(adev, NULL, &reset_context);
> }
More information about the amd-gfx
mailing list