Re: [Intel-gfx] [PATCH 1/3] drm/i915: Remove redundant hsw_write* mmio functions

2016-09-28 Thread Chris Wilson
On Wed, Sep 28, 2016 at 01:25:44PM +0100, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > They are completely identical to gen6_write* ones. iirc, the difference used to be mmiodebug. > Signed-off-by: Tvrtko Ursulin Reviewed-by: Chris Wilson -Chris -- Chris Wilson, Intel Open Source Techn

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Remove redundant hsw_write* mmio functions

2016-09-28 Thread Joonas Lahtinen
On ke, 2016-09-28 at 13:25 +0100, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > They are completely identical to gen6_write* ones. Seems to be true. Reviewed-by: Joonas Lahtinen Regards, Joonas -- Joonas Lahtinen Open Source Technology Center Intel Corporation

[Intel-gfx] [PATCH 1/3] drm/i915: Remove redundant hsw_write* mmio functions

2016-09-28 Thread Tvrtko Ursulin
From: Tvrtko Ursulin They are completely identical to gen6_write* ones. Signed-off-by: Tvrtko Ursulin --- drivers/gpu/drm/i915/intel_uncore.c | 25 + 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_uncore.c b/drivers/gpu/drm/i91