Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282614
b: refs/heads/master
c: 9e7f96a
h: refs/heads/master
v: v3
  • Loading branch information
Marcin Slusarz authored and Ben Skeggs committed Dec 21, 2011
1 parent 73a2361 commit 2bde547
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: 13f90122e87e30615d0e877337a76bf020c7f043
refs/heads/master: 9e7f96aa3a4b26db4a0ac49a96a9b55f1685e8b2
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nv50_vm.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ nv50_vm_map_pgt(struct nouveau_gpuobj *pgd, u32 pde,
phys |= 0x60;
else if (coverage <= 64 * 1024 * 1024)
phys |= 0x40;
else if (coverage < 128 * 1024 * 1024)
else if (coverage <= 128 * 1024 * 1024)
phys |= 0x20;
}

Expand Down

0 comments on commit 2bde547

Please sign in to comment.