Re: [Intel-gfx] [PATCH 3/3] drm/i915/vma: Remove VMA from exec_list on destroy

2013-08-20 Thread Chris Wilson
On Mon, Aug 19, 2013 at 11:14:15PM -0700, Ben Widawsky wrote: > In order to avoid confusion, and corruption as observed (in code review) > by Chris - remove the VMA from the exec_list at destroy. This should be BUG_ON(!list_empty(&vma->exec_list)); -Chris -- Chris Wilson, Intel Open Source Techn

[Intel-gfx] [PATCH 3/3] drm/i915/vma: Remove VMA from exec_list on destroy

2013-08-20 Thread Ben Widawsky
In order to avoid confusion, and corruption as observed (in code review) by Chris - remove the VMA from the exec_list at destroy. Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_gem.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/