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

Commit 680b71c2 authored by Ville Syrjälä's avatar Ville Syrjälä
Browse files

drm/i915: Remove useless eDP check from intel_ddi_pre_enable_dp()



intel_edp_panel_on() will itself do the is_edp() check, so the caller
doesn't have to bother. Pre-DDI code doesn't bother, so let's follow the
same approach for DDI.

Reviewed-by: default avatarJani Nikula <jani.nikula@intel.com>
Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171010121207.570-7-ville.syrjala@linux.intel.com
parent f45f3da7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2171,7 +2171,7 @@ static void intel_ddi_pre_enable_dp(struct intel_encoder *encoder,

	intel_dp_set_link_params(intel_dp, link_rate, lane_count,
				 link_mst);
	if (encoder->type == INTEL_OUTPUT_EDP)

	intel_edp_panel_on(intel_dp);

	intel_ddi_clk_select(encoder, pll);