Home
last modified time | relevance | path

Searched refs:nouveau_vma_new (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_vmm.h19 int nouveau_vma_new(struct nouveau_bo *, struct nouveau_vmm *,
H A Dnouveau_vmm.c77 nouveau_vma_new(struct nouveau_bo *nvbo, struct nouveau_vmm *vmm, in nouveau_vma_new() function
H A Dnv84_fence.c147 ret = nouveau_vma_new(priv->bo, chan->vmm, &fctx->vma); in nv84_fence_context_new()
H A Dnouveau_abi16.c418 ret = nouveau_vma_new(chan->ntfy, chan->chan->vmm, in nouveau_abi16_ioctl_channel_alloc()
H A Dnouveau_chan.c196 ret = nouveau_vma_new(chan->push.buffer, chan->vmm, in nouveau_channel_prep()
H A Dnouveau_gem.c129 ret = nouveau_vma_new(nvbo, vmm, &vma); in nouveau_gem_object_open()