Re: [Intel-gfx] [PATCH 14/14] drm/i915: Configure eDP PLL freq from ironlake_edp_pll_on()

2015-10-30 Thread Daniel Vetter
On Thu, Oct 29, 2015 at 09:26:03PM +0200, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > ironlake_set_pll_cpu_edp() only gets called just before > ironlake_edp_pll_on(), so just pull the code into ironlake_edp_pll_on(). > > Also toss in a debug print into ironlake_edp_pll_off() t

[Intel-gfx] [PATCH 14/14] drm/i915: Configure eDP PLL freq from ironlake_edp_pll_on()

2015-10-29 Thread ville . syrjala
From: Ville Syrjälä ironlake_set_pll_cpu_edp() only gets called just before ironlake_edp_pll_on(), so just pull the code into ironlake_edp_pll_on(). Also toss in a debug print into ironlake_edp_pll_off() to match the one we have in ironlake_edp_pll_on(). Signed-off-by: Ville Syrjälä --- drive