Re: [Intel-gfx] [PATCH 16/16] drm/i915: Assert that the request hasn't been retired

2016-08-04 Thread Joonas Lahtinen
On ma, 2016-08-01 at 19:22 +0100, Chris Wilson wrote: > With all callers now not playing tricks with dropping the struct_mutex > between waiting and retiring, we can assert that the request is ready to > be retired. > > Signed-off-by: Chris Wilson Reviewed-by: Joonas

[Intel-gfx] [PATCH 16/16] drm/i915: Assert that the request hasn't been retired

2016-08-01 Thread Chris Wilson
With all callers now not playing tricks with dropping the struct_mutex between waiting and retiring, we can assert that the request is ready to be retired. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem_request.c | 6 ++ 1 file changed, 2