Re: [PATCH v5 13/27] drm/amdgpu: When filizing the fence driver. stop scheduler first.

2021-04-29 Thread Andrey Grodzovsky
On 2021-04-29 3:15 a.m., Christian König wrote: Filizing the fences? You mean finishing the fences, don't you? :) Yes, my bad. Andrey Am 28.04.21 um 17:11 schrieb Andrey Grodzovsky: No point calling amdgpu_fence_wait_empty before stopping the SW scheduler otherwise there is always a

Re: [PATCH v5 13/27] drm/amdgpu: When filizing the fence driver. stop scheduler first.

2021-04-29 Thread Christian König
Filizing the fences? You mean finishing the fences, don't you? :) Am 28.04.21 um 17:11 schrieb Andrey Grodzovsky: No point calling amdgpu_fence_wait_empty before stopping the SW scheduler otherwise there is always a chance another job sneaked in after the wait. Signed-off-by: Andrey

[PATCH v5 13/27] drm/amdgpu: When filizing the fence driver. stop scheduler first.

2021-04-28 Thread Andrey Grodzovsky
No point calling amdgpu_fence_wait_empty before stopping the SW scheduler otherwise there is always a chance another job sneaked in after the wait. Signed-off-by: Andrey Grodzovsky --- drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff