Home
last modified time | relevance | path

Searched refs:nvif_vmm_put (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvif/
Dvmm.h38 void nvif_vmm_put(struct nvif_vmm *, struct nvif_vma *);
/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_mem.c80 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()
Dnouveau_vmm.c68 nvif_vmm_put(&vma->vmm->vmm, &tmp); in nouveau_vma_del()
Dnouveau_bo.c788 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()
/linux-6.1.9/drivers/gpu/drm/nouveau/nvif/
Dvmm.c65 nvif_vmm_put(struct nvif_vmm *vmm, struct nvif_vma *vma) in nvif_vmm_put() function