Re: [Intel-gfx] [PATCH v3] drm/i915: Assert vma->flags are updated correctly during binding

2017-11-05 Thread Matthew Auld
On 5 November 2017 at 12:45, Chris Wilson wrote: > As we bind, and unbind on error, we want to be sure that the vma->flags > are updated to reflect the binding state so that on the next invocation > all is well. > > v2: Take two. > v3: Take three; vma-misplaced is checking map-and-fenceable so kee

[Intel-gfx] [PATCH v3] drm/i915: Assert vma->flags are updated correctly during binding

2017-11-05 Thread Chris Wilson
As we bind, and unbind on error, we want to be sure that the vma->flags are updated to reflect the binding state so that on the next invocation all is well. v2: Take two. v3: Take three; vma-misplaced is checking map-and-fenceable so keep it last! Signed-off-by: Chris Wilson Cc: Joonas Lahtinen