]> Git Repo - linux.git/commit
drm/i915: Split bxt_ddi_pll_select()
authorDurgadoss R <[email protected]>
Thu, 1 Sep 2016 22:08:09 +0000 (15:08 -0700)
committerRodrigo Vivi <[email protected]>
Wed, 7 Sep 2016 20:55:33 +0000 (13:55 -0700)
commita277ca7dc01df9c7b8fe5b1d992d2bcc02e2ec23
tree7d2c193356eed6cf9cc7357a1023eabbef9745f7
parentba88d153526f31777ef40b065a772e8dbf97b7c0
drm/i915: Split bxt_ddi_pll_select()

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.

v2:
* Refactored code so that bxt_clk_div need not be exported (Durga)
v1:
* Rebased on top of intel_dpll_mgr.c (Durga)
* Initial version from Ander on top of intel_ddi.c

Reviewed-by: Manasi Navare <[email protected]>
Signed-off-by: Ander Conselvan de Oliveira <[email protected]>
Signed-off-by: Durgadoss R <[email protected]>
Signed-off-by: Rodrigo Vivi <[email protected]>
drivers/gpu/drm/i915/intel_dpll_mgr.c
drivers/gpu/drm/i915/intel_dpll_mgr.h
This page took 0.056405 seconds and 4 git commands to generate.