Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345375
b: refs/heads/master
c: d33db63
h: refs/heads/master
i:
  345373: 9624067
  345371: f334738
  345367: b8c652c
  345359: 752506b
  345343: b8d0a94
v: v3
  • Loading branch information
Ben Skeggs committed Nov 28, 2012
1 parent 84e07e4 commit d24654d
Show file tree
Hide file tree
Showing 3 changed files with 7 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: 4ae207453ee0c68cc927c71c54277255a6f62f99
refs/heads/master: d33db63b3775409b1725cb4f5d17eb7cab2cc656
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/core/subdev/fb/nv20.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ nv20_fb_tile_comp(struct nouveau_fb *pfb, int i, u32 size, u32 flags,
tile->zcomp |= 0x80000000;
if (bpp != 16)
tile->zcomp |= 0x04000000;
#ifdef __BIG_ENDIAN
tile->zcomp |= 0x08000000;
#endif
}
}

Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/core/subdev/fb/nv25.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ nv25_fb_tile_comp(struct nouveau_fb *pfb, int i, u32 size, u32 flags,
tile->zcomp |= 0x00100000;
else
tile->zcomp |= 0x00200000;
#ifdef __BIG_ENDIAN
tile->zcomp |= 0x01000000;
#endif
}
}

Expand Down

0 comments on commit d24654d

Please sign in to comment.