Re: [Intel-gfx] [PATCH 19/19] drm/i915: Remove unused ppgtt->enable()

2017-02-03 Thread Joonas Lahtinen
On to, 2017-02-02 at 15:02 +, Chris Wilson wrote: > We never assign or use the ppgtt->enable() callback, so remove it. > > Signed-off-by: Chris Wilson Reviewed-by: Joonas Lahtinen Regards, Joonas -- Joonas Lahtinen Open Source Technology Center Intel Corporation __

[Intel-gfx] [PATCH 19/19] drm/i915: Remove unused ppgtt->enable()

2017-02-02 Thread Chris Wilson
We never assign or use the ppgtt->enable() callback, so remove it. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem_gtt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.h b/drivers/gpu/drm/i915/i915_gem_gtt.h index 5af5a5d53d93..caaa2c5c23be 10