Re: [Intel-gfx] [PATCH 10/17] drm/i915: Remove misleading comment around bind_to_vm

2015-04-17 Thread Mika Kuoppala
Daniel Vetter writes: > It's true that we might need to context switch, but both the signalling > and implementation of the same are a few source files away. Remove it. > > Signed-off-by: Daniel Vetter Reviewed-by: Mika Kuoppala > --- > drivers/gpu/drm/i915/i915_gem.c | 4 > 1 file chan

[Intel-gfx] [PATCH 10/17] drm/i915: Remove misleading comment around bind_to_vm

2015-04-14 Thread Daniel Vetter
It's true that we might need to context switch, but both the signalling and implementation of the same are a few source files away. Remove it. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/i915_gem.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_gem.c b