Searched refs:nvif_vmm_put (Results 1 – 5 of 5) sorted by relevance
81 nvif_vmm_put(&mem->drm->client.vmm.vmm, &mem->vma[1]); in nouveau_mem_fini()82 nvif_vmm_put(&mem->drm->client.vmm.vmm, &mem->vma[0]); in nouveau_mem_fini()
68 nvif_vmm_put(&vma->vmm->vmm, &tmp); in nouveau_vma_del()
849 nvif_vmm_put(vmm, &old_mem->vma[1]); in nouveau_bo_move_prep()850 nvif_vmm_put(vmm, &old_mem->vma[0]); in nouveau_bo_move_prep()
45 void nvif_vmm_put(struct nvif_vmm *, struct nvif_vma *);
65 nvif_vmm_put(struct nvif_vmm *vmm, struct nvif_vma *vma) in nvif_vmm_put() function