Re: [PATCH 2/2] drm/sched: fix timeout handling v2

2018-10-09 Thread Nayan Deshmukh
On Tue, Oct 9, 2018 at 8:20 PM Christian König wrote: > > We need to make sure that we don't race between job completion and > timeout. > > v2: put revert label after calling the handling manually > > Signed-off-by: Christian König Reviewed-by: Nayan Deshmukh > --- > drivers/gpu/drm/scheduler/s

[PATCH 2/2] drm/sched: fix timeout handling v2

2018-10-09 Thread Christian König
We need to make sure that we don't race between job completion and timeout. v2: put revert label after calling the handling manually Signed-off-by: Christian König --- drivers/gpu/drm/scheduler/sched_main.c | 30 +- 1 file changed, 29 insertions(+), 1 deletion(-) di