Re: [Intel-gfx] [OOPS] drm/i915/execlists: Remove too-early assert

2018-02-16 Thread Chris Wilson
Quoting Chris Wilson (2018-02-16 15:32:10) > We can't assert that the execlists are active before we set the flag. So > perform the assert after we are expected to have marked the execlists > active. > > Fixes: 339ccd35b42c ("drm/i915: Assert that we always complete a submission > to guc/execlist

[Intel-gfx] [OOPS] drm/i915/execlists: Remove too-early assert

2018-02-16 Thread Chris Wilson
We can't assert that the execlists are active before we set the flag. So perform the assert after we are expected to have marked the execlists active. Fixes: 339ccd35b42c ("drm/i915: Assert that we always complete a submission to guc/execlists") Signed-off-by: Chris Wilson Cc: MichaƂ Winiarski