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