Searched refs:nouveau_vm_ref (Results 1 – 11 of 11) sorted by relevance
/drivers/gpu/drm/nouveau/core/subdev/bar/ |
D | nvc0.c | 127 ret = nouveau_vm_ref(vm, &priv->bar[0].vm, priv->bar[0].pgd); in nvc0_bar_ctor() 128 nouveau_vm_ref(NULL, &vm, NULL); in nvc0_bar_ctor() 153 ret = nouveau_vm_ref(vm, &priv->bar[1].vm, priv->bar[1].pgd); in nvc0_bar_ctor() 154 nouveau_vm_ref(NULL, &vm, NULL); in nvc0_bar_ctor() 177 nouveau_vm_ref(NULL, &priv->bar[1].vm, priv->bar[1].pgd); in nvc0_bar_dtor() 183 nouveau_vm_ref(NULL, &priv->bar[0].vm, priv->bar[0].pgd); in nvc0_bar_dtor()
|
D | nv50.c | 157 ret = nouveau_vm_ref(vm, &priv->bar3_vm, priv->pgd); in nv50_bar_ctor() 158 nouveau_vm_ref(NULL, &vm, NULL); in nv50_bar_ctor() 182 ret = nouveau_vm_ref(vm, &priv->bar1_vm, priv->pgd); in nv50_bar_ctor() 183 nouveau_vm_ref(NULL, &vm, NULL); in nv50_bar_ctor() 216 nouveau_vm_ref(NULL, &priv->bar1_vm, priv->pgd); in nv50_bar_dtor() 220 nouveau_vm_ref(NULL, &priv->bar3_vm, priv->pgd); in nv50_bar_dtor()
|
/drivers/gpu/drm/nouveau/core/subdev/vm/ |
D | nv04.c | 133 nouveau_vm_ref(NULL, &priv->vm, NULL); in nv04_vmmgr_dtor()
|
D | base.c | 454 nouveau_vm_ref(struct nouveau_vm *ref, struct nouveau_vm **ptr, in nouveau_vm_ref() function
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_ttm.c | 219 nouveau_vm_ref(priv->vm, &vm, NULL); in nv04_gart_manager_init() 228 nouveau_vm_ref(NULL, &vm, NULL); in nv04_gart_manager_fini()
|
D | nouveau_drm.c | 144 nouveau_vm_ref(NULL, &cli->base.vm, NULL); in nouveau_cli_destroy()
|
/drivers/gpu/drm/nouveau/core/include/subdev/ |
D | vm.h | 128 int nouveau_vm_ref(struct nouveau_vm *, struct nouveau_vm **,
|
/drivers/gpu/drm/nouveau/core/engine/fifo/ |
D | nv50.c | 401 ret = nouveau_vm_ref(nouveau_client(parent)->vm, &base->vm, base->pgd); in nv50_fifo_context_ctor() 412 nouveau_vm_ref(NULL, &base->vm, base->pgd); in nv50_fifo_context_dtor()
|
D | nvc0.c | 315 ret = nouveau_vm_ref(nouveau_client(parent)->vm, &base->vm, base->pgd); in nvc0_fifo_context_ctor() 326 nouveau_vm_ref(NULL, &base->vm, base->pgd); in nvc0_fifo_context_dtor()
|
D | nve0.c | 349 ret = nouveau_vm_ref(nouveau_client(parent)->vm, &base->vm, base->pgd); in nve0_fifo_context_ctor() 360 nouveau_vm_ref(NULL, &base->vm, base->pgd); in nve0_fifo_context_dtor()
|
D | nv84.c | 351 ret = nouveau_vm_ref(nouveau_client(parent)->vm, &base->vm, base->pgd); in nv84_fifo_context_ctor()
|