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

Commit ea155f32 authored by Damien Lespiau's avatar Damien Lespiau Committed by Daniel Vetter
Browse files

drm/i915: Restrict hsw_dp_set_ddi_pll_sel() to HSW/BDW



Future platform will use config->ddi_pll_sel in a different way.

Signed-off-by: default avatarDamien Lespiau <damien.lespiau@intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 143b307c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -964,7 +964,7 @@ found:
				&pipe_config->dp_m2_n2);
	}

	if (HAS_DDI(dev))
	if (IS_HASWELL(dev) || IS_BROADWELL(dev))
		hsw_dp_set_ddi_pll_sel(pipe_config, intel_dp->link_bw);
	else
		intel_dp_set_clock(encoder, pipe_config, intel_dp->link_bw);