Re: [Intel-gfx] [PATCH 06/15] drm/i915: Split vma exec_link/evict_link

2017-02-24 Thread Mika Kuoppala
Chris Wilson writes: > Currently the vma has one link member that is used for both holding its > place in the execbuf reservation list, and in any eviction list. This > dual property is quite tricky and error prone. > > Signed-off-by: Chris Wilson Reviewed-by: Mika Kuoppala > --- > drivers/g

[Intel-gfx] [PATCH 06/15] drm/i915: Split vma exec_link/evict_link

2017-02-23 Thread Chris Wilson
Currently the vma has one link member that is used for both holding its place in the execbuf reservation list, and in any eviction list. This dual property is quite tricky and error prone. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem_evict.c | 14 ++--- drivers/gpu/