Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_vmm.h19 int nouveau_vma_new(struct nouveau_bo *, struct nouveau_vmm *,
Dnouveau_vmm.c77 nouveau_vma_new(struct nouveau_bo *nvbo, struct nouveau_vmm *vmm, in nouveau_vma_new() function
Dnv84_fence.c141 ret = nouveau_vma_new(priv->bo, chan->vmm, &fctx->vma); in nv84_fence_context_new()
Dnouveau_abi16.c338 ret = nouveau_vma_new(chan->ntfy, chan->chan->vmm, in nouveau_abi16_ioctl_channel_alloc()
Dnouveau_fbcon.c358 ret = nouveau_vma_new(nvbo, chan->vmm, &fbcon->vma); in nouveau_fbcon_create()
Dnouveau_chan.c189 ret = nouveau_vma_new(chan->push.buffer, chan->vmm, in nouveau_channel_prep()
Dnouveau_gem.c123 ret = nouveau_vma_new(nvbo, vmm, &vma); in nouveau_gem_object_open()