Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329491
b: refs/heads/master
c: 46b6f81
h: refs/heads/master
i:
  329489: c68e79d
  329487: ca8d1b8
v: v3
  • Loading branch information
Daniel Vetter committed Sep 20, 2012
1 parent 907e1d6 commit ef5c97f
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: a14d33592061032be0f8373627eb13882c857742
refs/heads/master: 46b6f8149a7a631ae8789f4eaebf8c27c1279b5a
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 @@ -3184,10 +3184,12 @@ static void ironlake_crtc_enable(struct drm_crtc *crtc)

is_pch_port = intel_crtc_driving_pch(crtc);

if (is_pch_port)
if (is_pch_port) {
ironlake_fdi_pll_enable(intel_crtc);
else
ironlake_fdi_disable(crtc);
} else {
assert_fdi_tx_disabled(dev_priv, pipe);
assert_fdi_rx_disabled(dev_priv, pipe);
}

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

0 comments on commit ef5c97f

Please sign in to comment.