Re: [Intel-gfx] [PATCH 2/3] drm/i915: Split bxt_ddi_pll_select()

2016-05-06 Thread Ander Conselvan De Oliveira
On Mon, 2016-04-18 at 19:01 +0530, Durgadoss R wrote: > Split out of bxt_ddi_pll_select() the logic that calculates the pll > dividers and dpll_hw_state into a new function that doesn't depend on > crtc state. This will be used for enabling the port pll when doing > upfront link training. > > v1:

[Intel-gfx] [PATCH 2/3] drm/i915: Split bxt_ddi_pll_select()

2016-04-18 Thread Durgadoss R
Split out of bxt_ddi_pll_select() the logic that calculates the pll dividers and dpll_hw_state into a new function that doesn't depend on crtc state. This will be used for enabling the port pll when doing upfront link training. v1: * Rebased on top of intel_dpll_mgr.c (Durga) * Initial version fro