aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_vm.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2011-06-07 01:25:12 -0400
committerBen Skeggs <bskeggs@redhat.com>2011-06-23 02:00:42 -0400
commit2fd3db6f1457050bdebf97e45147ce6827e1742a (patch)
tree5e1a6ab1ff18497a63364ee9ca6c6d1e8608ebeb /drivers/gpu/drm/nouveau/nouveau_vm.h
parent7375c95b343aa575940704a38482a334ea87ac6c (diff)
drm/nouveau: remove implicit mapping of every bo into chan_vm
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_vm.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_vm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_vm.h b/drivers/gpu/drm/nouveau/nouveau_vm.h
index 07d07ff9e28b..579ca8cc223c 100644
--- a/drivers/gpu/drm/nouveau/nouveau_vm.h
+++ b/drivers/gpu/drm/nouveau/nouveau_vm.h
@@ -42,6 +42,7 @@ struct nouveau_vm_pgd {
42 42
43struct nouveau_vma { 43struct nouveau_vma {
44 struct list_head head; 44 struct list_head head;
45 int refcount;
45 struct nouveau_vm *vm; 46 struct nouveau_vm *vm;
46 struct nouveau_mm_node *node; 47 struct nouveau_mm_node *node;
47 u64 offset; 48 u64 offset;