Re: [Intel-gfx] [PATCH v2 5/8] drm/i915: Enable AUX power earlier

2018-10-30 Thread Imre Deak
On Tue, Oct 30, 2018 at 02:55:00PM -0700, Manasi Navare wrote: > On Tue, Oct 30, 2018 at 09:05:57PM +0200, Imre Deak wrote: > > For DDI/TypeC ports the AUX power domain needs to be enabled before the > > port's PLL is enabled, so move the enabling earlier accordingly. > > > > v2: > > - Preserve th

Re: [Intel-gfx] [PATCH v2 5/8] drm/i915: Enable AUX power earlier

2018-10-30 Thread Manasi Navare
On Tue, Oct 30, 2018 at 09:05:57PM +0200, Imre Deak wrote: > For DDI/TypeC ports the AUX power domain needs to be enabled before the > port's PLL is enabled, so move the enabling earlier accordingly. > > v2: > - Preserve the pre_pll hook for GEN9_LP. (Ville) > > Cc: Paulo Zanoni > Cc: Ville Syrj

[Intel-gfx] [PATCH v2 5/8] drm/i915: Enable AUX power earlier

2018-10-30 Thread Imre Deak
For DDI/TypeC ports the AUX power domain needs to be enabled before the port's PLL is enabled, so move the enabling earlier accordingly. v2: - Preserve the pre_pll hook for GEN9_LP. (Ville) Cc: Paulo Zanoni Cc: Ville Syrjälä Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/intel_ddi.c |