]> Git Repo - linux.git/commit
drm/i915/bxt: Fix HDMI DPLL configuration
authorImre Deak <[email protected]>
Mon, 26 Sep 2016 14:54:31 +0000 (17:54 +0300)
committerJani Nikula <[email protected]>
Mon, 10 Oct 2016 13:06:39 +0000 (16:06 +0300)
commit9bf9675cafde2cbc6f7b56c120d804c4e7111981
tree47763e465fd63323cd17a2a0f7bb8ae551238c6f
parent73fed0ef8567f1e1cba079994353e60208ded964
drm/i915/bxt: Fix HDMI DPLL configuration

a277ca7dc01d should've been a no-functional-change commit, but it
removed the initialization of the dpll_hw_state for HDMI outputs,
resulting in state mismatches and a failed modeset with blank
screen. Fix this by reinstating the dpll_hw_state initialization.

v2:
- Make bxt_ddi_hdmi_set_dpll_hw_state() static.

Cc: Manasi Navare <[email protected]>
Cc: Ander Conselvan de Oliveira <[email protected]>
Cc: Durgadoss R <[email protected]>
Cc: Rodrigo Vivi <[email protected]>
Fixes: a277ca7dc01d ("drm/i915: Split bxt_ddi_pll_select()")
Signed-off-by: Imre Deak <[email protected]>
Reviewed-by: Ander Conselvan de Oliveira <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
(cherry picked from commit a04139c4cf289119cdfb6081af602f7a452fb7c2)
Signed-off-by: Jani Nikula <[email protected]>
drivers/gpu/drm/i915/intel_dpll_mgr.c
This page took 0.050454 seconds and 4 git commands to generate.