Home
last modified time | relevance | path

Searched refs:nouveau_vma (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_vmm.h7 struct nouveau_vma { struct
18 struct nouveau_vma *nouveau_vma_find(struct nouveau_bo *, struct nouveau_vmm *); argument
20 struct nouveau_vma **);
21 void nouveau_vma_del(struct nouveau_vma **);
22 int nouveau_vma_map(struct nouveau_vma *, struct nouveau_mem *);
23 void nouveau_vma_unmap(struct nouveau_vma *);
H A Dnouveau_vmm.c29 nouveau_vma_unmap(struct nouveau_vma *vma) in nouveau_vma_unmap()
38 nouveau_vma_map(struct nouveau_vma *vma, struct nouveau_mem *mem) in nouveau_vma_map()
48 struct nouveau_vma *
51 struct nouveau_vma *vma; in nouveau_vma_find()
62 nouveau_vma_del(struct nouveau_vma **pvma) in nouveau_vma_del()
64 struct nouveau_vma *vma = *pvma; in nouveau_vma_del()
78 struct nouveau_vma **pvma) in nouveau_vma_new()
81 struct nouveau_vma *vma; in nouveau_vma_new()
H A Dnouveau_fbcon.h34 struct nouveau_vma;
46 struct nouveau_vma *vma;
H A Dnouveau_gem.c71 struct nouveau_vma *vma; in nouveau_gem_object_open()
97 struct nouveau_vma *vma;
101 nouveau_gem_object_delete(struct nouveau_vma *vma) in nouveau_gem_object_delete()
117 nouveau_gem_object_unmap(struct nouveau_bo *nvbo, struct nouveau_vma *vma) in nouveau_gem_object_unmap()
148 struct nouveau_vma *vma; in nouveau_gem_object_close()
223 struct nouveau_vma *vma; in nouveau_gem_info()
337 struct nouveau_vma *vma = in validate_fini_no_ticket()
433 struct nouveau_vma *vma = nouveau_vma_find(nvbo, vmm); in validate_init()
783 struct nouveau_vma *vma = (void *)(unsigned long) in nouveau_gem_ioctl_pushbuf()
H A Dnouveau_chan.h29 struct nouveau_vma *vma;
H A Dnouveau_fence.h88 struct nouveau_vma *vma;
H A Dnouveau_abi16.h26 struct nouveau_vma *ntfy_vma;
H A Dnouveau_bo.c991 struct nouveau_vma *vma; in nouveau_bo_move_ntfy()