Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_mem.c81 nvif_vmm_put(&mem->cli->drm->client.vmm.vmm, &mem->vma[1]); in nouveau_mem_fini()
82 nvif_vmm_put(&mem->cli->drm->client.vmm.vmm, &mem->vma[0]); in nouveau_mem_fini()
H A Dnouveau_vmm.c68 nvif_vmm_put(&vma->vmm->vmm, &tmp); in nouveau_vma_del()
H A Dnouveau_bo.c833 nvif_vmm_put(vmm, &old_mem->vma[1]); in nouveau_bo_move_prep()
834 nvif_vmm_put(vmm, &old_mem->vma[0]); in nouveau_bo_move_prep()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dvmm.h45 void nvif_vmm_put(struct nvif_vmm *, struct nvif_vma *);
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/
H A Dvmm.c65 nvif_vmm_put(struct nvif_vmm *vmm, struct nvif_vma *vma) in nvif_vmm_put() function