Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345196
b: refs/heads/master
c: cd986ab
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Vetter committed Nov 11, 2012
1 parent 695fbfb commit 09a08aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4a0833ec48d3411042c0ccee3daec1cbca4c1999
refs/heads/master: cd986abbac6044c76b95fd512bc62329ef9959d0
8 changes: 5 additions & 3 deletions trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -2700,9 +2700,6 @@ static void ironlake_fdi_pll_enable(struct intel_crtc *intel_crtc)
int pipe = intel_crtc->pipe;
u32 reg, temp;

/* Write the TU size bits so error detection works */
I915_WRITE(FDI_RX_TUSIZE1(pipe),
I915_READ(PIPE_DATA_M1(pipe)) & TU_SIZE_MASK);

/* enable PCH FDI RX PLL, wait warmup plus DMI latency */
reg = FDI_RX_CTL(pipe);
Expand Down Expand Up @@ -3003,6 +3000,11 @@ static void ironlake_pch_enable(struct drm_crtc *crtc)

assert_transcoder_disabled(dev_priv, pipe);

/* Write the TU size bits before fdi link training, so that error
* detection works. */
I915_WRITE(FDI_RX_TUSIZE1(pipe),
I915_READ(PIPE_DATA_M1(pipe)) & TU_SIZE_MASK);

/* For PCH output, training FDI link */
dev_priv->display.fdi_link_train(crtc);

Expand Down

0 comments on commit 09a08aa

Please sign in to comment.