|
@@ -1959,12 +1959,12 @@ static void intel_enable_pipe(struct intel_crtc *crtc)
|
|
|
* a plane. On ILK+ the pipe PLLs are integrated, so we don't
|
|
|
* need the check.
|
|
|
*/
|
|
|
- if (HAS_GMCH_DISPLAY(dev_priv))
|
|
|
+ if (HAS_GMCH_DISPLAY(dev_priv)) {
|
|
|
if (intel_crtc_has_type(crtc->config, INTEL_OUTPUT_DSI))
|
|
|
assert_dsi_pll_enabled(dev_priv);
|
|
|
else
|
|
|
assert_pll_enabled(dev_priv, pipe);
|
|
|
- else {
|
|
|
+ } else {
|
|
|
if (crtc->config->has_pch_encoder) {
|
|
|
/* if driving the PCH, we need FDI enabled */
|
|
|
assert_fdi_rx_pll_enabled(dev_priv, pch_transcoder);
|