Merge branch 'core' of git://amd64.org/linux/rric into perf/core
[pandora-kernel.git] / drivers / gpu / drm / nouveau / nouveau_vm.h
index c48a9fc..579ca8c 100644 (file)
@@ -41,6 +41,8 @@ struct nouveau_vm_pgd {
 };
 
 struct nouveau_vma {
+       struct list_head head;
+       int refcount;
        struct nouveau_vm *vm;
        struct nouveau_mm_node *node;
        u64 offset;