/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
D | nv50.c | 122 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 0x20000, 0, in nv50_bar_ctor() 128 ret = nvkm_gpuobj_new(nv_object(priv), heap, in nv50_bar_ctor() 134 ret = nvkm_gpuobj_new(nv_object(priv), heap, 0x4000, 0, 0, &priv->pgd); in nv50_bar_ctor() 148 ret = nvkm_gpuobj_new(nv_object(priv), heap, in nv50_bar_ctor() 160 ret = nvkm_gpuobj_new(nv_object(priv), heap, 24, 16, 0, &priv->bar3); in nv50_bar_ctor() 187 ret = nvkm_gpuobj_new(nv_object(priv), heap, 24, 16, 0, &priv->bar1); in nv50_bar_ctor()
|
D | gf100.c | 90 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 0x1000, 0, 0, in gf100_bar_ctor_vm() 95 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 0x8000, 0, 0, in gf100_bar_ctor_vm() 112 ret = nvkm_gpuobj_new(nv_object(priv), NULL, in gf100_bar_ctor_vm()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
D | nv40.c | 95 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 0x10000, 0, 0, in nv40_instmem_ctor() 108 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 0x08000, 0, 0, in nv40_instmem_ctor() 116 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 0x20000, 0, in nv40_instmem_ctor()
|
D | nv04.c | 156 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 0x10000, 0, 0, in nv04_instmem_ctor() 167 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 0x00800, 0, in nv04_instmem_ctor() 173 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 0x00200, 0, 0, in nv04_instmem_ctor()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | g84.c | 377 ret = nvkm_gpuobj_new(nv_object(base), nv_object(base), 0x0200, 0, in g84_fifo_context_ctor() 382 ret = nvkm_gpuobj_new(nv_object(base), nv_object(base), 0x4000, 0, in g84_fifo_context_ctor() 391 ret = nvkm_gpuobj_new(nv_object(base), nv_object(base), 0x1000, in g84_fifo_context_ctor() 396 ret = nvkm_gpuobj_new(nv_object(base), nv_object(base), 0x0100, in g84_fifo_context_ctor() 455 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 128 * 4, 0x1000, 0, in g84_fifo_ctor() 460 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 128 * 4, 0x1000, 0, in g84_fifo_ctor()
|
D | nv50.c | 403 ret = nvkm_gpuobj_new(nv_object(base), nv_object(base), 0x0200, in nv50_fifo_context_ctor() 408 ret = nvkm_gpuobj_new(nv_object(base), nv_object(base), 0x1200, 0, in nv50_fifo_context_ctor() 413 ret = nvkm_gpuobj_new(nv_object(base), nv_object(base), 0x4000, 0, 0, in nv50_fifo_context_ctor() 467 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 128 * 4, 0x1000, 0, in nv50_fifo_ctor() 472 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 128 * 4, 0x1000, 0, in nv50_fifo_ctor()
|
D | gf100.c | 330 ret = nvkm_gpuobj_new(nv_object(base), NULL, 0x10000, 0x1000, 0, in gf100_fifo_context_ctor() 870 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 0x1000, 0x1000, 0, in gf100_fifo_ctor() 875 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 0x1000, 0x1000, 0, in gf100_fifo_ctor() 882 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 128 * 0x1000, 0x1000, 0, in gf100_fifo_ctor()
|
D | gk104.c | 362 ret = nvkm_gpuobj_new(nv_object(base), NULL, 0x10000, 0x1000, 0, in gk104_fifo_context_ctor() 1095 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 0x8000, 0x1000, in gk104_fifo_ctor() 1100 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 0x8000, 0x1000, in gk104_fifo_ctor() 1108 ret = nvkm_gpuobj_new(nv_object(priv), NULL, impl->channels * 0x200, in gk104_fifo_ctor()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | gpuobj.h | 44 int nvkm_gpuobj_new(struct nvkm_object *, struct nvkm_object *, u32 size,
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | nv04.c | 113 ret = nvkm_gpuobj_new(nv_object(priv), NULL, in nv04_mmu_ctor()
|
D | nv41.c | 120 ret = nvkm_gpuobj_new(nv_object(priv), NULL, in nv41_mmu_ctor()
|
D | nv44.c | 197 ret = nvkm_gpuobj_new(nv_object(priv), NULL, in nv44_mmu_ctor()
|
D | base.c | 264 ret = nvkm_gpuobj_new(nv_object(vm->mmu), NULL, pgt_size, 0x1000, in nvkm_vm_map_pgt()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/ |
D | gf110.c | 64 ret = nvkm_gpuobj_new(parent, parent, 24, 32, 0, pgpuobj); in gf110_dmaobj_bind()
|
D | gf100.c | 58 ret = nvkm_gpuobj_new(parent, parent, 24, 32, 0, pgpuobj); in gf100_dmaobj_bind()
|
D | nv04.c | 71 ret = nvkm_gpuobj_new(parent, parent, 16, 16, 0, &gpuobj); in nv04_dmaobj_bind()
|
D | nv50.c | 70 ret = nvkm_gpuobj_new(parent, parent, 24, 32, 0, pgpuobj); in nv50_dmaobj_bind()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | nv2a.c | 103 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 32 * 4, 16, in nv2a_gr_ctor()
|
D | nv25.c | 136 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 32 * 4, 16, in nv25_gr_ctor()
|
D | nv35.c | 137 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 32 * 4, 16, in nv35_gr_ctor()
|
D | nv34.c | 137 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 32 * 4, 16, in nv34_gr_ctor()
|
D | nv30.c | 139 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 32 * 4, 16, in nv30_gr_ctor()
|
D | gf100.c | 298 ret = nvkm_gpuobj_new(nv_object(chan), NULL, 0x1000, 0x100, 0, in gf100_gr_context_ctor() 311 ret = nvkm_gpuobj_new(nv_object(chan), NULL, data->size, in gf100_gr_context_ctor() 1609 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 0x1000, 256, 0, in gf100_gr_ctor() 1614 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 0x1000, 256, 0, in gf100_gr_ctor()
|
D | nv20.c | 249 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 32 * 4, 16, in nv20_gr_ctor()
|
D | ctxgf100.c | 1275 ret = nvkm_gpuobj_new(nv_object(priv), NULL, 0x80000 + priv->size, in gf100_grctx_generate()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ |
D | xtensa.c | 124 ret = nvkm_gpuobj_new(object, NULL, 0x40000, 0x1000, 0, in _nvkm_xtensa_init()
|
D | falcon.c | 175 ret = nvkm_gpuobj_new(object->parent, NULL, falcon->code.size, in _nvkm_falcon_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/ |
D | gpuobj.c | 213 nvkm_gpuobj_new(struct nvkm_object *parent, struct nvkm_object *pargpu, in nvkm_gpuobj_new() function
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_drm.c | 259 ret = nvkm_gpuobj_new(nvxx_object(&drm->device), NULL, 32, in nouveau_accel_init()
|