Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165996
b: refs/heads/master
c: 6f465a8
h: refs/heads/master
v: v3
  • Loading branch information
Jesse Barnes committed Sep 17, 2009
1 parent 178f115 commit 62d2aed
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: 7e61615857c6fb3afbcb43f5c4e97511a923f5a8
refs/heads/master: 6f465a8925016633891f5bf030f9c37036529b39
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 @@ -1125,7 +1125,7 @@ static void i915_setup_compression(struct drm_device *dev, int size)
return;
}

compressed_llb = drm_mm_get_block(compressed_fb, 4096, 4096);
compressed_llb = drm_mm_get_block(compressed_llb, 4096, 4096);
if (!compressed_llb) {
i915_warn_stolen(dev);
return;
Expand Down

0 comments on commit 62d2aed

Please sign in to comment.