Re: [Intel-gfx] [PATCH 1/2] drm/i915: Reorder await_execution before await_request

2020-05-27 Thread Tvrtko Ursulin
On 26/05/2020 10:07, Chris Wilson wrote: Reorder the code so that we can reuse the await_execution from a special case in await_request in the next patch. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_request.c | 264 ++-- 1 file changed, 132

[Intel-gfx] [PATCH 1/2] drm/i915: Reorder await_execution before await_request

2020-05-26 Thread Chris Wilson
Reorder the code so that we can reuse the await_execution from a special case in await_request in the next patch. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_request.c | 264 ++-- 1 file changed, 132 insertions(+), 132 deletions(-) diff --git