Re: [Intel-gfx] [PATCH] drm/i915: Clear execbuf's vma backpointer upon release

2017-06-22 Thread Chris Wilson
Quoting Tvrtko Ursulin (2017-06-22 12:36:37) > > On 22/06/2017 11:47, Chris Wilson wrote: > > commit 2889caa92321 ("drm/i915: Eliminate lots of iterations over the > > execobjects array") jiggled around the error handling and replace a test > > that we cleaned up properly after ourselves with an

Re: [Intel-gfx] [PATCH] drm/i915: Clear execbuf's vma backpointer upon release

2017-06-22 Thread Tvrtko Ursulin
On 22/06/2017 11:47, Chris Wilson wrote: commit 2889caa92321 ("drm/i915: Eliminate lots of iterations over the execobjects array") jiggled around the error handling and replace a test that we cleaned up properly after ourselves with an assertion. That assertion failed because in the release

[Intel-gfx] [PATCH] drm/i915: Clear execbuf's vma backpointer upon release

2017-06-22 Thread Chris Wilson
commit 2889caa92321 ("drm/i915: Eliminate lots of iterations over the execobjects array") jiggled around the error handling and replace a test that we cleaned up properly after ourselves with an assertion. That assertion failed because in the release function (moments after the assertion) we were