[PATCH 1/2] drm/i915/skl: Don't skip mst encoders in skl_ddi_pll_select()

2016-02-02 Thread Jani Nikula
On Tue, 02 Feb 2016, Lyude wrote: > We don't actually check for INTEL_OUTPUT_DP_MST at all in here, as a > result we skip assigning a DPLL to any DP MST ports, which makes link > training fail, after which things just keep going downhill from there. Apparently broken since commit 82d35437018950c

[PATCH 1/2] drm/i915/skl: Don't skip mst encoders in skl_ddi_pll_select()

2016-02-02 Thread Lyude
We don't actually check for INTEL_OUTPUT_DP_MST at all in here, as a result we skip assigning a DPLL to any DP MST ports, which makes link training fail, after which things just keep going downhill from there. Consequently, this fixes DisplayPort MST causing kernel panics, machine check errors, et