Re: [PATCH v2 3/7] drm/amdgpu: Block all job scheduling activity during DPC recovery

2020-08-28 Thread Alex Deucher
On Fri, Aug 28, 2020 at 12:06 PM Andrey Grodzovsky wrote: > > DPC recovery involves ASIC reset just as normal GPU recovery so blosk Typo: "block" > SW GPU scedulers and wait on all concurent GPU resets. Typos: "schedulers" and "concurrent" > > Signed-off-by: Andrey Grodzovsky > --- > drivers

[PATCH v2 3/7] drm/amdgpu: Block all job scheduling activity during DPC recovery

2020-08-28 Thread Andrey Grodzovsky
DPC recovery involves ASIC reset just as normal GPU recovery so blosk SW GPU scedulers and wait on all concurent GPU resets. Signed-off-by: Andrey Grodzovsky --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 57 +++--- 1 file changed, 53 insertions(+), 4 deletions(-) diff