Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307463
b: refs/heads/master
c: 98b6bd9
h: refs/heads/master
i:
  307461: 8b0e70a
  307459: 5e6c437
  307455: a04b7ef
v: v3
  • Loading branch information
Daniel Vetter committed May 20, 2012
1 parent 4a509df commit f57173e
Show file tree
Hide file tree
Showing 2 changed files with 12 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: 2da8af54059bd8c0d7bdf1f56b39cbec7f9c6f05
refs/heads/master: 98b6bd998ae057611d2bc040ace1fc847f575b84
11 changes: 11 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -2911,6 +2911,17 @@ static struct intel_pch_pll *intel_get_pch_pll(struct intel_crtc *intel_crtc, u3
goto prepare;
}

if (HAS_PCH_IBX(dev_priv->dev)) {
/* Ironlake PCH has a fixed PLL->PCH pipe mapping. */
i = intel_crtc->pipe;
pll = &dev_priv->pch_plls[i];

DRM_DEBUG_KMS("CRTC:%d using pre-allocated PCH PLL %x\n",
intel_crtc->base.base.id, pll->pll_reg);

goto found;
}

for (i = 0; i < dev_priv->num_pch_pll; i++) {
pll = &dev_priv->pch_plls[i];

Expand Down

0 comments on commit f57173e

Please sign in to comment.