Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345387
b: refs/heads/master
c: 7ef19e4
h: refs/heads/master
i:
  345385: cc5921f
  345383: 9d0ad33
v: v3
  • Loading branch information
Ben Skeggs committed Nov 28, 2012
1 parent 13cffe5 commit b8f95d6
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: d7da62845be013171b5a3807214bc63874d89bb3
refs/heads/master: 7ef19e454ee832ac8fd7c35329d5e86679d337b2
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/core/subdev/fb/nv40.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ nv40_fb_tile_comp(struct nouveau_fb *pfb, int i, u32 size, u32 flags,
u32 tags = round_up(tiles / pfb->ram.parts, 0x100);
if ( (flags & 2) &&
!nouveau_mm_head(&pfb->tags, 1, tags, tags, 1, &tile->tag)) {
tile->zcomp = 0x24000000; /* Z24S8_SPLIT */
tile->zcomp = 0x28000000; /* Z24S8_SPLIT_GRAD */
tile->zcomp |= ((tile->tag->offset ) >> 8);
tile->zcomp |= ((tile->tag->offset + tags - 1) >> 8) << 13;
#ifdef __BIG_ENDIAN
Expand Down

0 comments on commit b8f95d6

Please sign in to comment.