Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201249
b: refs/heads/master
c: aebf0da
h: refs/heads/master
i:
  201247: ad5d169
v: v3
  • Loading branch information
Jesse Barnes authored and Eric Anholt committed Jul 26, 2010
1 parent 0c89cd6 commit 5be1eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e7b96f28c58ca09f15f6c2e8ccbb889a30fab4f7
refs/heads/master: aebf0dafee1a0a22b3d25db8107c6479db4aaebe
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/i915_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@ static void i915_cleanup_compression(struct drm_device *dev)
struct drm_i915_private *dev_priv = dev->dev_private;

drm_mm_put_block(dev_priv->compressed_fb);
if (!IS_GM45(dev))
if (dev_priv->compressed_llb)
drm_mm_put_block(dev_priv->compressed_llb);
}

Expand Down

0 comments on commit 5be1eaa

Please sign in to comment.