Searched refs:nouveau_vma_new (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/ |
D | nouveau_vmm.h | 19 int nouveau_vma_new(struct nouveau_bo *, struct nouveau_vmm *,
|
D | nouveau_vmm.c | 77 nouveau_vma_new(struct nouveau_bo *nvbo, struct nouveau_vmm *vmm, in nouveau_vma_new() function
|
D | nv84_fence.c | 141 ret = nouveau_vma_new(priv->bo, chan->vmm, &fctx->vma); in nv84_fence_context_new()
|
D | nouveau_abi16.c | 338 ret = nouveau_vma_new(chan->ntfy, chan->chan->vmm, in nouveau_abi16_ioctl_channel_alloc()
|
D | nouveau_fbcon.c | 358 ret = nouveau_vma_new(nvbo, chan->vmm, &fbcon->vma); in nouveau_fbcon_create()
|
D | nouveau_chan.c | 189 ret = nouveau_vma_new(chan->push.buffer, chan->vmm, in nouveau_channel_prep()
|
D | nouveau_gem.c | 123 ret = nouveau_vma_new(nvbo, vmm, &vma); in nouveau_gem_object_open()
|