mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 18:12:25 -04:00
drm/i915: don't assert_panel_unlocked on LPT
There is no LVDS, so don't poke the LVDS registers. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
committed by
Daniel Vetter
parent
7cbfd06530
commit
0540e4882f
@@ -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)));
|
||||
|
||||
Reference in New Issue
Block a user