Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178850
b: refs/heads/master
c: 29bd0ae
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Eric Anholt committed Jan 6, 2010
1 parent 5946bd0 commit bc0ba9a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 69e302a998ddfc3bd99033052f6d6152a46e7d6e
refs/heads/master: 29bd0ae25f8cb96b63560c2cbccec77b425e1603
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/i915/i915_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,8 @@ static void i915_setup_compression(struct drm_device *dev, int size)
{
struct drm_i915_private *dev_priv = dev->dev_private;
struct drm_mm_node *compressed_fb, *compressed_llb;
unsigned long cfb_base, ll_base;
unsigned long cfb_base;
unsigned long ll_base = 0;

/* Leave 1M for line length buffer & misc. */
compressed_fb = drm_mm_search_free(&dev_priv->vram, size, 4096, 0);
Expand Down

0 comments on commit bc0ba9a

Please sign in to comment.