Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345199
b: refs/heads/master
c: 572deb3
h: refs/heads/master
i:
  345197: a90879b
  345195: 695fbfb
  345191: 04e867c
  345183: c46dbfd
v: v3
  • Loading branch information
Daniel Vetter committed Nov 11, 2012
1 parent 79da998 commit 28cd624
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d74cf324e2b64349a49d0f17e9f6764f8a7d8349
refs/heads/master: 572deb3728c1ad937d472b418588959344d884b4
7 changes: 7 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -3014,6 +3014,13 @@ static void ironlake_pch_enable(struct drm_crtc *crtc)
/* For PCH output, training FDI link */
dev_priv->display.fdi_link_train(crtc);

/* XXX: pch pll's can be enabled any time before we enable the PCH
* transcoder, and we actually should do this to not upset any PCH
* transcoder that already use the clock when we share it.
*
* Note that enable_pch_pll tries to do the right thing, but get_pch_pll
* unconditionally resets the pll - we need that to have the right LVDS
* enable sequence. */
intel_enable_pch_pll(intel_crtc);

if (HAS_PCH_LPT(dev)) {
Expand Down

0 comments on commit 28cd624

Please sign in to comment.