Re: [Intel-gfx] [PATCH] drm/i915: Clear vma->bound on unbinding

2015-05-06 Thread Daniel Vetter
On Thu, Apr 30, 2015 at 11:02:31AM +0300, Mika Kuoppala wrote: > Unbinding doesn't always lead to unconditional destruction > of vma. This destruction avoidance happens if vma is part of > execbuffer relocation list or if vma is being considered for > eviction in i915_gem_evict_something(). > > Fo

Re: [Intel-gfx] [PATCH] drm/i915: Clear vma->bound on unbinding

2015-05-01 Thread shuang . he
Tested-By: Intel Graphics QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 6297 -Summary- Platform Delta drm-intel-nightly Series Applied PNV

[Intel-gfx] [PATCH] drm/i915: Clear vma->bound on unbinding

2015-04-30 Thread Mika Kuoppala
Unbinding doesn't always lead to unconditional destruction of vma. This destruction avoidance happens if vma is part of execbuffer relocation list or if vma is being considered for eviction in i915_gem_evict_something(). For those other users, mark the vma unbound so that the correct state of this