Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27d81c28 authored by Jani Nikula's avatar Jani Nikula
Browse files

drm/i915: push DDI FDI link training on enable to CRT encoder

parent 364a3fe1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -269,6 +269,8 @@ static void hsw_pre_enable_crt(struct intel_encoder *encoder,
	WARN_ON(!intel_crtc->config->has_pch_encoder);

	intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);

	dev_priv->display.fdi_link_train(intel_crtc, pipe_config);
}

static void hsw_enable_crt(struct intel_encoder *encoder,
+0 −3
Original line number Diff line number Diff line
@@ -5523,9 +5523,6 @@ static void haswell_crtc_enable(struct intel_crtc_state *pipe_config,

	intel_encoders_pre_enable(crtc, pipe_config, old_state);

	if (intel_crtc->config->has_pch_encoder)
		dev_priv->display.fdi_link_train(intel_crtc, pipe_config);

	if (!transcoder_is_dsi(cpu_transcoder))
		intel_ddi_enable_pipe_clock(pipe_config);