Re: [Intel-gfx] [PATCH 05/20] drm/i915: Tidy awaiting on dma-fences

2020-05-11 Thread Mika Kuoppala
Chris Wilson writes: > Just tidy up the return handling for completed dma-fences. While it may > return errors for invalid fence, we already know that we have a good > fence and the only error will be an already signaled fence. > > Signed-off-by: Chris Wilson Reviewed-by: Mika Kuoppala > ---

[Intel-gfx] [PATCH 05/20] drm/i915: Tidy awaiting on dma-fences

2020-05-11 Thread Chris Wilson
Just tidy up the return handling for completed dma-fences. While it may return errors for invalid fence, we already know that we have a good fence and the only error will be an already signaled fence. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_sw_fence.c | 10 -- 1 file ch