Re: [PATCH v3 4/7] drm/amdgpu: Add work_struct for GPU reset from debugfs

2022-05-30 Thread Andrey Grodzovsky
+ Monk On 2022-05-30 03:52, Christian König wrote: Am 25.05.22 um 21:04 schrieb Andrey Grodzovsky: We need to have a work_struct to cancel this reset if another already in progress. Signed-off-by: Andrey Grodzovsky ---   drivers/gpu/drm/amd/amdgpu/amdgpu.h   |  2 ++   drivers/gpu/drm/am

Re: [PATCH v3 4/7] drm/amdgpu: Add work_struct for GPU reset from debugfs

2022-05-30 Thread Christian König
Am 25.05.22 um 21:04 schrieb Andrey Grodzovsky: We need to have a work_struct to cancel this reset if another already in progress. Signed-off-by: Andrey Grodzovsky --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 19 +-- 2

[PATCH v3 4/7] drm/amdgpu: Add work_struct for GPU reset from debugfs

2022-05-25 Thread Andrey Grodzovsky
We need to have a work_struct to cancel this reset if another already in progress. Signed-off-by: Andrey Grodzovsky --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 19 +-- 2 files changed, 19 insertions(+), 2 deletions(-) diff -