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

Commit 0540e488 authored by Paulo Zanoni's avatar Paulo Zanoni Committed by Daniel Vetter
Browse files

drm/i915: don't assert_panel_unlocked on LPT



There is no LVDS, so don't poke the LVDS registers.

Signed-off-by: default avatarPaulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 7cbfd065
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3183,8 +3183,7 @@ static void lpt_pch_enable(struct drm_crtc *crtc)

	lpt_program_iclkip(crtc);

	/* set transcoder timing, panel must allow it */
	assert_panel_unlocked(dev_priv, pipe);
	/* Set transcoder timing. */
	I915_WRITE(TRANS_HTOTAL(pipe), I915_READ(HTOTAL(pipe)));
	I915_WRITE(TRANS_HBLANK(pipe), I915_READ(HBLANK(pipe)));
	I915_WRITE(TRANS_HSYNC(pipe),  I915_READ(HSYNC(pipe)));