Re: [Intel-gfx] [PATCH 05/29] drm/i915: Extract intel_ddi_clk_disable()

2017-09-18 Thread Ville Syrjälä
On Mon, Sep 18, 2017 at 07:45:14PM +0100, Chris Wilson wrote: > Quoting Ville Syrjala (2017-09-18 19:25:40) > > From: Ville Syrjälä > > > > Pull the code to disable the port clock into a function. We already have > > the intel_ddi_clk_select() counterpart. > > > > Signed-off-by: Ville Syrjälä >

Re: [Intel-gfx] [PATCH 05/29] drm/i915: Extract intel_ddi_clk_disable()

2017-09-18 Thread Chris Wilson
Quoting Ville Syrjala (2017-09-18 19:25:40) > From: Ville Syrjälä > > Pull the code to disable the port clock into a function. We already have > the intel_ddi_clk_select() counterpart. > > Signed-off-by: Ville Syrjälä > --- > drivers/gpu/drm/i915/intel_ddi.c | 24 > 1

[Intel-gfx] [PATCH 05/29] drm/i915: Extract intel_ddi_clk_disable()

2017-09-18 Thread Ville Syrjala
From: Ville Syrjälä Pull the code to disable the port clock into a function. We already have the intel_ddi_clk_select() counterpart. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_ddi.c | 24 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/d