[Intel-gfx] [PATCH 2/8] drm/i915: Extract vm specific part of eviction

2013-09-11 Thread Ben Widawsky
As we'll see in the next patch, being able to evict for just 1 VM is handy. Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_gem_evict.c | 28 ++-- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_gem_evict.c b/drivers/gpu

Re: [Intel-gfx] [PATCH 2/8] drm/i915: Extract vm specific part of eviction

2013-08-30 Thread Ben Widawsky
On Sat, Aug 31, 2013 at 12:52:03AM +0100, Chris Wilson wrote: > On Fri, Aug 30, 2013 at 04:43:55PM -0700, Ben Widawsky wrote: > > As we'll see in the next patch, being able to evict for just 1 VM is > > handy. > > > > Signed-off-by: Ben Widawsky > > --- > > drivers/gpu/drm/i915/i915_gem_evict.c

Re: [Intel-gfx] [PATCH 2/8] drm/i915: Extract vm specific part of eviction

2013-08-30 Thread Chris Wilson
On Fri, Aug 30, 2013 at 04:43:55PM -0700, Ben Widawsky wrote: > As we'll see in the next patch, being able to evict for just 1 VM is > handy. > > Signed-off-by: Ben Widawsky > --- > drivers/gpu/drm/i915/i915_gem_evict.c | 28 ++-- > 1 file changed, 22 insertions(+), 6 del

[Intel-gfx] [PATCH 2/8] drm/i915: Extract vm specific part of eviction

2013-08-30 Thread Ben Widawsky
As we'll see in the next patch, being able to evict for just 1 VM is handy. Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_gem_evict.c | 28 ++-- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_gem_evict.c b/drivers/gpu