Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275269
b: refs/heads/master
c: 7b4b98f
h: refs/heads/master
i:
  275267: 7ea93d5
v: v3
  • Loading branch information
Ben Skeggs committed Nov 9, 2011
1 parent 299449a commit 2e3abb4
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: dce411cdf60eb64638443f953b52c18192378305
refs/heads/master: 7b4b98fa0c4d3a975b36bfe9984e4cd117f2ddff
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nv50_vram.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ nv50_vram_rblock(struct drm_device *dev)
colbits = (r4 & 0x0000f000) >> 12;
rowbitsa = ((r4 & 0x000f0000) >> 16) + 8;
rowbitsb = ((r4 & 0x00f00000) >> 20) + 8;
banks = ((r4 & 0x01000000) ? 8 : 4);
banks = 1 << (((r4 & 0x03000000) >> 24) + 2);

rowsize = parts * banks * (1 << colbits) * 8;
predicted = rowsize << rowbitsa;
Expand Down

0 comments on commit 2e3abb4

Please sign in to comment.