Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357906
b: refs/heads/master
c: 2f0c2ad
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Vetter committed Dec 6, 2012
1 parent f8f3a35 commit eaafa60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 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: ff50afe9aceb6264a4fbe40459da75170fb9a2a2
refs/heads/master: 2f0c2ad18b88691496e23d1ddbc2d0af8f6df5fa
9 changes: 1 addition & 8 deletions trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -5345,15 +5345,8 @@ static int ironlake_crtc_mode_set(struct drm_crtc *crtc,
} else
intel_put_pch_pll(intel_crtc);

if (is_dp && !is_cpu_edp) {
if (is_dp && !is_cpu_edp)
intel_dp_set_m_n(crtc, mode, adjusted_mode);
} else {
/* For non-DP output, clear any trans DP clock recovery setting.*/
I915_WRITE(TRANSDATA_M1(pipe), 0);
I915_WRITE(TRANSDATA_N1(pipe), 0);
I915_WRITE(TRANSDPLINK_M1(pipe), 0);
I915_WRITE(TRANSDPLINK_N1(pipe), 0);
}

for_each_encoder_on_crtc(dev, crtc, encoder)
if (encoder->pre_pll_enable)
Expand Down

0 comments on commit eaafa60

Please sign in to comment.