]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/i915/bxt: Fix HDMI DPLL configuration
authorImre Deak <imre.deak@intel.com>
Mon, 26 Sep 2016 14:54:31 +0000 (17:54 +0300)
committerImre Deak <imre.deak@intel.com>
Tue, 27 Sep 2016 11:20:56 +0000 (14:20 +0300)
commita04139c4cf289119cdfb6081af602f7a452fb7c2
treef592449e4b0ae58050074e6d48d2c88a5704ee0f
parent4fc7e845f3e2c4c928bf792e43c69af969999a2c
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 <manasi.d.navare@intel.com>
Cc: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Cc: Durgadoss R <durgadoss.r@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Fixes: a277ca7dc01d ("drm/i915: Split bxt_ddi_pll_select()")
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Ander Conselvan de Oliveira <conselvan2@gmail.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1474901671-22719-1-git-send-email-imre.deak@intel.com
drivers/gpu/drm/i915/intel_dpll_mgr.c