Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217995
b: refs/heads/master
c: 8c4223b
h: refs/heads/master
i:
  217993: 1faf567
  217991: 37850eb
v: v3
  • Loading branch information
Chris Wilson committed Sep 10, 2010
1 parent 6dc6616 commit 2e47e24
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d5e0d2f51977fe1f7fd6ee5c1a4476b43bad8f92
refs/heads/master: 8c4223bee91b771782f2ec07f2c85d81cdff3ed5
4 changes: 1 addition & 3 deletions trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -1989,8 +1989,8 @@ static void ironlake_crtc_enable(struct drm_crtc *crtc)
if ((temp & DPLL_VCO_ENABLE) == 0) {
I915_WRITE(pch_dpll_reg, temp | DPLL_VCO_ENABLE);
I915_READ(pch_dpll_reg);
udelay(200);
}
udelay(200);

if (HAS_PCH_CPT(dev)) {
/* Be sure PCH DPLL SEL is set */
Expand Down Expand Up @@ -2136,8 +2136,6 @@ static void ironlake_crtc_disable(struct drm_crtc *crtc)
} else
DRM_DEBUG_KMS("crtc %d is disabled\n", pipe);

udelay(100);

/* Disable PF */
I915_WRITE(pipe ? PFB_CTL_1 : PFA_CTL_1, 0);
I915_WRITE(pipe ? PFB_WIN_SZ : PFA_WIN_SZ, 0);
Expand Down

0 comments on commit 2e47e24

Please sign in to comment.