Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_vmm.h19 int nouveau_vma_new(struct nouveau_bo *, struct nouveau_vmm *,
Dnouveau_vmm.c76 nouveau_vma_new(struct nouveau_bo *nvbo, struct nouveau_vmm *vmm, in nouveau_vma_new() function
Dnv84_fence.c130 ret = nouveau_vma_new(priv->bo, &cli->vmm, &fctx->vma); in nv84_fence_context_new()
Dnouveau_abi16.c341 ret = nouveau_vma_new(chan->ntfy, &cli->vmm, &chan->ntfy_vma); in nouveau_abi16_ioctl_channel_alloc()
Dnouveau_chan.c159 ret = nouveau_vma_new(chan->push.buffer, &cli->vmm, in nouveau_channel_prep()
Dnouveau_fbcon.c356 ret = nouveau_vma_new(nvbo, &drm->client.vmm, &fb->vma); in nouveau_fbcon_create()
Dnouveau_gem.c86 ret = nouveau_vma_new(nvbo, &cli->vmm, &vma); in nouveau_gem_object_open()