Re: [Intel-gfx] [PATCH 1/3] drm/i915: Amalgamate gen6_mm_switch() and vgpu_mm_switch()

2016-07-05 Thread Mika Kuoppala
Chris Wilson writes: > These are identical, so let's just use the same vfunc. > > Signed-off-by: Chris Wilson Reviewed-by: Mika Kuoppala > --- > drivers/gpu/drm/i915/i915_gem_gtt.c | 29

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Amalgamate gen6_mm_switch() and vgpu_mm_switch()

2016-07-05 Thread Chris Wilson
On Tue, Jul 05, 2016 at 12:59:25PM +0300, Mika Kuoppala wrote: > Chris Wilson writes: > > > These are identical, so let's just use the same vfunc. > > > > Signed-off-by: Chris Wilson > > --- > > drivers/gpu/drm/i915/i915_gem_gtt.c | 29

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Amalgamate gen6_mm_switch() and vgpu_mm_switch()

2016-07-05 Thread Mika Kuoppala
Chris Wilson writes: > These are identical, so let's just use the same vfunc. > > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/i915/i915_gem_gtt.c | 29 + > 1 file changed, 5 insertions(+), 24 deletions(-) >

[Intel-gfx] [PATCH 1/3] drm/i915: Amalgamate gen6_mm_switch() and vgpu_mm_switch()

2016-07-04 Thread Chris Wilson
These are identical, so let's just use the same vfunc. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem_gtt.c | 29 + 1 file changed, 5 insertions(+), 24 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.c