Re: [Intel-gfx] [PATCH 2/2] drm/i915: Unbind closed vma for i915_gem_object_unbind()

2016-08-14 Thread Matthew Auld
Reviewed-by: Matthew Auld Tested-by: Matthew Auld ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx

[Intel-gfx] [PATCH 2/2] drm/i915: Unbind closed vma for i915_gem_object_unbind()

2016-08-14 Thread Chris Wilson
Closed vma are removed from the obj->vma_list so that they cannot be found by userspace. However, this means that when forcibly unbinding an object, we have to wait upon all rendering to that object first in order for the closed, but active, vma to be reaped and their bindings removed.