Re: [Intel-gfx] [PATCH 06/29] drm/i915: Extract intel_disable_ddi_buf()

2017-09-18 Thread Jani Nikula
On Mon, 18 Sep 2017, Ville Syrjala wrote: > From: Ville Syrjälä > > Extract the code to disable the DDI_BUF_CTL into small helper. This > will allows us to detangle the encoder type mess in > intel_ddi_post_disable(). > > Signed-off-by: Ville Syrjälä Reviewed-by: Jani Nikula > --- > drivers

[Intel-gfx] [PATCH 06/29] drm/i915: Extract intel_disable_ddi_buf()

2017-09-18 Thread Ville Syrjala
From: Ville Syrjälä Extract the code to disable the DDI_BUF_CTL into small helper. This will allows us to detangle the encoder type mess in intel_ddi_post_disable(). Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_ddi.c | 41 +++- 1 file changed,