Home
last modified time | relevance | path

Searched refs:nvkm_gpuobj_ref (Results 1 – 21 of 21) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
Dgf100.c177 nvkm_gpuobj_ref(NULL, &priv->bar[1].pgd); in gf100_bar_dtor()
178 nvkm_gpuobj_ref(NULL, &priv->bar[1].mem); in gf100_bar_dtor()
181 nvkm_gpuobj_ref(NULL, &priv->bar[0].vm->pgt[0].obj[0]); in gf100_bar_dtor()
184 nvkm_gpuobj_ref(NULL, &priv->bar[0].pgd); in gf100_bar_dtor()
185 nvkm_gpuobj_ref(NULL, &priv->bar[0].mem); in gf100_bar_dtor()
Dnv50.c215 nvkm_gpuobj_ref(NULL, &priv->bar1); in nv50_bar_dtor()
217 nvkm_gpuobj_ref(NULL, &priv->bar3); in nv50_bar_dtor()
219 nvkm_gpuobj_ref(NULL, &priv->bar3_vm->pgt[0].obj[0]); in nv50_bar_dtor()
222 nvkm_gpuobj_ref(NULL, &priv->pgd); in nv50_bar_dtor()
223 nvkm_gpuobj_ref(NULL, &priv->pad); in nv50_bar_dtor()
224 nvkm_gpuobj_ref(NULL, &priv->mem); in nv50_bar_dtor()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dnv04.c125 nvkm_gpuobj_ref(NULL, &priv->ramfc); in nv04_instmem_dtor()
126 nvkm_gpuobj_ref(NULL, &priv->ramro); in nv04_instmem_dtor()
128 nvkm_gpuobj_ref(NULL, &priv->vbios); in nv04_instmem_dtor()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dnv50.c430 nvkm_gpuobj_ref(NULL, &base->pgd); in nv50_fifo_context_dtor()
431 nvkm_gpuobj_ref(NULL, &base->eng); in nv50_fifo_context_dtor()
432 nvkm_gpuobj_ref(NULL, &base->ramfc); in nv50_fifo_context_dtor()
433 nvkm_gpuobj_ref(NULL, &base->cache); in nv50_fifo_context_dtor()
491 nvkm_gpuobj_ref(NULL, &priv->playlist[1]); in nv50_fifo_dtor()
492 nvkm_gpuobj_ref(NULL, &priv->playlist[0]); in nv50_fifo_dtor()
Dnv10.c156 nvkm_gpuobj_ref(imem->ramro, &priv->ramro); in nv10_fifo_ctor()
157 nvkm_gpuobj_ref(imem->ramfc, &priv->ramfc); in nv10_fifo_ctor()
Dnv17.c163 nvkm_gpuobj_ref(imem->ramro, &priv->ramro); in nv17_fifo_ctor()
164 nvkm_gpuobj_ref(imem->ramfc, &priv->ramfc); in nv17_fifo_ctor()
Dnv04.c573 nvkm_gpuobj_ref(imem->ramro, &priv->ramro); in nv04_fifo_ctor()
574 nvkm_gpuobj_ref(imem->ramfc, &priv->ramfc); in nv04_fifo_ctor()
590 nvkm_gpuobj_ref(NULL, &priv->ramfc); in nv04_fifo_dtor()
591 nvkm_gpuobj_ref(NULL, &priv->ramro); in nv04_fifo_dtor()
Dnv40.c282 nvkm_gpuobj_ref(imem->ramro, &priv->ramro); in nv40_fifo_ctor()
283 nvkm_gpuobj_ref(imem->ramfc, &priv->ramfc); in nv40_fifo_ctor()
Dgf100.c352 nvkm_gpuobj_ref(NULL, &base->pgd); in gf100_fifo_context_dtor()
909 nvkm_gpuobj_ref(NULL, &priv->user.mem); in gf100_fifo_dtor()
910 nvkm_gpuobj_ref(NULL, &priv->runlist.mem[0]); in gf100_fifo_dtor()
911 nvkm_gpuobj_ref(NULL, &priv->runlist.mem[1]); in gf100_fifo_dtor()
Dgk104.c384 nvkm_gpuobj_ref(NULL, &base->pgd); in gk104_fifo_context_dtor()
1067 nvkm_gpuobj_ref(NULL, &priv->user.mem); in gk104_fifo_dtor()
1070 nvkm_gpuobj_ref(NULL, &priv->engine[i].runlist[1]); in gk104_fifo_dtor()
1071 nvkm_gpuobj_ref(NULL, &priv->engine[i].runlist[0]); in gk104_fifo_dtor()
Dbase.c128 nvkm_gpuobj_ref(NULL, &chan->pushgpu); in nvkm_fifo_channel_destroy()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Dramht.h18 nvkm_gpuobj_ref(&obj->gpuobj, (struct nvkm_gpuobj **)ref); in nvkm_ramht_ref()
Dgpuobj.h54 nvkm_gpuobj_ref(struct nvkm_gpuobj *obj, struct nvkm_gpuobj **ref) in nvkm_gpuobj_ref() function
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dbase.c244 nvkm_gpuobj_ref(NULL, &pgt); in nvkm_vm_unmap_pgt()
273 nvkm_gpuobj_ref(NULL, &pgt); in nvkm_vm_map_pgt()
413 nvkm_gpuobj_ref(pgd, &vpgd->obj); in nvkm_vm_link()
444 nvkm_gpuobj_ref(NULL, &pgd); in nvkm_vm_unlink()
Dnv04.c132 nvkm_gpuobj_ref(NULL, &priv->vm->pgt[0].obj[0]); in nv04_mmu_dtor()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/
Dxtensa.c169 nvkm_gpuobj_ref(NULL, &xtensa->gpu_fw); in _nvkm_xtensa_fini()
Dfalcon.c246 nvkm_gpuobj_ref(NULL, &falcon->core); in _nvkm_falcon_fini()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dgf100.c368 nvkm_gpuobj_ref(NULL, &chan->data[i].mem); in gf100_gr_context_dtor()
372 nvkm_gpuobj_ref(NULL, &chan->mmio); in gf100_gr_context_dtor()
1568 nvkm_gpuobj_ref(NULL, &priv->unk4188b8); in gf100_gr_dtor()
1569 nvkm_gpuobj_ref(NULL, &priv->unk4188b4); in gf100_gr_dtor()
Dnv20.c266 nvkm_gpuobj_ref(NULL, &priv->ctxtab); in nv20_gr_dtor()
Dctxgf100.c1360 nvkm_gpuobj_ref(NULL, &chan); in gf100_grctx_generate()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_drm.c137 nvkm_gpuobj_ref(NULL, &drm->notify); in nouveau_accel_fini()