Re: [Intel-gfx] [PATCH 2/4] drm/i915: Release DDI power well references in MST ports

2018-11-05 Thread Imre Deak
On Fri, Nov 02, 2018 at 01:39:22PM -0700, José Roberto de Souza wrote: > MST ports did not had the post_pll_disable() hook causing the > references get in pre_pll_enable() never being released causing > DDI and AUX CH being enabled all the times. > > Cc: Imre Deak > Cc: Manasi Navare > Signed-of

Re: [Intel-gfx] [PATCH 2/4] drm/i915: Release DDI power well references in MST ports

2018-11-02 Thread Imre Deak
On Fri, Nov 02, 2018 at 01:39:22PM -0700, José Roberto de Souza wrote: > MST ports did not had the post_pll_disable() hook causing the > references get in pre_pll_enable() never being released causing > DDI and AUX CH being enabled all the times. > > Cc: Imre Deak > Cc: Manasi Navare > Signed-of

Re: [Intel-gfx] [PATCH 2/4] drm/i915: Release DDI power well references in MST ports

2018-11-02 Thread Ville Syrjälä
On Fri, Nov 02, 2018 at 01:39:22PM -0700, José Roberto de Souza wrote: > MST ports did not had the post_pll_disable() hook causing the > references get in pre_pll_enable() never being released causing > DDI and AUX CH being enabled all the times. > > Cc: Imre Deak > Cc: Manasi Navare > Signed-of

[Intel-gfx] [PATCH 2/4] drm/i915: Release DDI power well references in MST ports

2018-11-02 Thread José Roberto de Souza
MST ports did not had the post_pll_disable() hook causing the references get in pre_pll_enable() never being released causing DDI and AUX CH being enabled all the times. Cc: Imre Deak Cc: Manasi Navare Signed-off-by: José Roberto de Souza --- drivers/gpu/drm/i915/intel_dp_mst.c | 15 ++