Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228621
b: refs/heads/master
c: 910d1b3
h: refs/heads/master
i:
  228619: d3ed3e8
v: v3
  • Loading branch information
Ben Skeggs committed Dec 21, 2010
1 parent a720a67 commit c4cdf99
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: d095e23206e6291cbde4b2937d1316a42d9e6440
refs/heads/master: 910d1b3a8cec4fef20f11eb39e9ec6ac6e964b0e
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/nouveau/nv50_vm.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ void
nv50_vm_map(struct nouveau_vma *vma, struct nouveau_gpuobj *pgt,
struct nouveau_vram *mem, u32 pte, u32 cnt, u64 phys)
{
u32 block, i;
u32 block;
int i;

phys = nv50_vm_addr(vma, pgt, phys, mem->memtype, 0);
pte <<= 3;
Expand Down

0 comments on commit c4cdf99

Please sign in to comment.