diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2011-02-09 21:22:52 -0500 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2011-02-24 15:45:55 -0500 |
commit | d5f423947a11103c43ad26ebb680d049c2d8edd6 (patch) | |
tree | 8ca591a7ea0de3c957f34d0e63f8b9f0a5addaa0 /drivers/gpu/drm/nouveau/nv50_vm.c | |
parent | b5e2f0769a64046cefbfc307cbe6f7fa40dddf10 (diff) |
drm/nouveau: rename nouveau_vram to nouveau_mem
This structure will also be used for GART in the near future.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv50_vm.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nv50_vm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nv50_vm.c b/drivers/gpu/drm/nouveau/nv50_vm.c index 03c1a63b24f4..d5e03a4a8ea1 100644 --- a/drivers/gpu/drm/nouveau/nv50_vm.c +++ b/drivers/gpu/drm/nouveau/nv50_vm.c | |||
@@ -84,7 +84,7 @@ nv50_vm_addr(struct nouveau_vma *vma, struct nouveau_gpuobj *pgt, | |||
84 | 84 | ||
85 | void | 85 | void |
86 | nv50_vm_map(struct nouveau_vma *vma, struct nouveau_gpuobj *pgt, | 86 | nv50_vm_map(struct nouveau_vma *vma, struct nouveau_gpuobj *pgt, |
87 | struct nouveau_vram *mem, u32 pte, u32 cnt, u64 phys) | 87 | struct nouveau_mem *mem, u32 pte, u32 cnt, u64 phys) |
88 | { | 88 | { |
89 | u32 block; | 89 | u32 block; |
90 | int i; | 90 | int i; |