Re: [Intel-gfx] [PATCH v2 01/11] drm/i915/execlists: Move request unwinding to a separate function

2017-09-28 Thread Joonas Lahtinen
On Wed, 2017-09-27 at 17:44 +0100, Chris Wilson wrote: > In the future, we will want to unwind requests following a preemption > point. This requires the same steps as for unwinding upon a reset, so > extract the existing code to a separate function for later use. > > Signed-off-by: Chris Wilson

[Intel-gfx] [PATCH v2 01/11] drm/i915/execlists: Move request unwinding to a separate function

2017-09-27 Thread Chris Wilson
In the future, we will want to unwind requests following a preemption point. This requires the same steps as for unwinding upon a reset, so extract the existing code to a separate function for later use. Signed-off-by: Chris Wilson Reviewed-by: Mika Kuoppala