Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218090
b: refs/heads/master
c: a5cad62
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wilson committed Sep 22, 2010
1 parent b623f3c commit d9782f0
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5c12a07e8073295ce8b57a822f811ac34e4f8420
refs/heads/master: a5cad620b36f15ef3aad434712ae290640aae96c
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,9 @@ void i8xx_disable_fbc(struct drm_device *dev)

/* Disable compression */
fbc_ctl = I915_READ(FBC_CONTROL);
if ((fbc_ctl & FBC_CTL_EN) == 0)
return;

fbc_ctl &= ~FBC_CTL_EN;
I915_WRITE(FBC_CONTROL, fbc_ctl);

Expand Down

0 comments on commit d9782f0

Please sign in to comment.