Searched defs:nouveau_vma (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/nouveau/
H A Dnouveau_vm.h43 struct nouveau_vma { struct
70 void (*map)(struct nouveau_vma *, struct nouveau_gpuobj *,
73 void (*map_sg)(struct nouveau_vma *, struct nouveau_gpuobj *,
85 u32 access, struct nouveau_vma *);
86 void nouveau_vm_put(struct nouveau_vma *);
87 void nouveau_vm_map(struct nouveau_vma *, struct nouveau_mem *);
88 void nouveau_vm_map_at(struct nouveau_vma *, u64 offset, struct nouveau_mem *);
89 void nouveau_vm_unmap(struct nouveau_vma *);
90 void nouveau_vm_unmap_at(struct nouveau_vma *, u64 offset, u64 length);
91 void nouveau_vm_map_sg(struct nouveau_vma *, u6
[all...]

Completed in 37 milliseconds