/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
H A D | nv40.c | 184 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, 0x10000, 0, false, in nv40_instmem_oneinit() 197 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, 0x08000, 0, false, in nv40_instmem_oneinit() 205 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, 0x20000, 0, true, in nv40_instmem_oneinit()
|
H A D | nv04.c | 215 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, 0x10000, 0, false, in nv04_instmem_oneinit() 226 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, 0x00800, 0, true, in nv04_instmem_oneinit() 232 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, 0x00200, 0, false, in nv04_instmem_oneinit()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | gf100.c | 54 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, size, 0x1000, in gf100_fb_oneinit() 59 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, size, 0x1000, in gf100_fb_oneinit()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/ |
H A D | gm20b.c | 44 return nvkm_memory_new(subdev->device, NVKM_MEM_TARGET_INST, in gm20b_acr_wpr_alloc()
|
H A D | gp102.c | 121 int ret = nvkm_memory_new(acr->subdev.device, NVKM_MEM_TARGET_INST, in gp102_acr_wpr_alloc()
|
H A D | gm200.c | 171 int ret = nvkm_memory_new(acr->subdev.device, NVKM_MEM_TARGET_INST, in gm200_acr_wpr_alloc()
|
H A D | base.c | 323 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, 0x1000, 0, true, in nvkm_acr_oneinit()
|
/linux/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | memory.c | 137 nvkm_memory_new(struct nvkm_device *device, enum nvkm_memory_target target, in nvkm_memory_new() function
|
H A D | gpuobj.c | 201 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, size, in nvkm_gpuobj_ctor()
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | nv2a.c | 35 ret = nvkm_memory_new(gr->base.engine.subdev.device, in nv2a_gr_chan_new()
|
H A D | nv20.c | 89 ret = nvkm_memory_new(gr->base.engine.subdev.device, in nv20_gr_chan_new() 223 return nvkm_memory_new(gr->base.engine.subdev.device, in nv20_gr_oneinit()
|
H A D | nv25.c | 35 ret = nvkm_memory_new(gr->base.engine.subdev.device, in nv25_gr_chan_new()
|
H A D | nv35.c | 35 ret = nvkm_memory_new(gr->base.engine.subdev.device, in nv35_gr_chan_new()
|
H A D | nv34.c | 35 ret = nvkm_memory_new(gr->base.engine.subdev.device, in nv34_gr_chan_new()
|
H A D | nv30.c | 36 ret = nvkm_memory_new(gr->base.engine.subdev.device, in nv30_gr_chan_new()
|
H A D | r535.c | 156 ret = nvkm_memory_new(device, gr->ctxbuf[i].init ? in r535_gr_promote_ctx() 261 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, 0x12000, 0, true, &golden.inst); in r535_gr_oneinit()
|
H A D | ctxgf100.c | 1473 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, in gf100_grctx_generate()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/ |
H A D | base.c | 88 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, buffer->entries * in nvkm_fault_oneinit_buffer()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
H A D | gf100.c | 91 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, 0x1000, 0, false, in gf100_bar_oneinit_bar()
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/ |
H A D | xtensa.c | 122 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, in nvkm_xtensa_init()
|
H A D | falcon.c | 248 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, in nvkm_falcon_init()
|
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | memory.h | 50 int nvkm_memory_new(struct nvkm_device *, enum nvkm_memory_target,
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | nv50.c | 261 ret = nvkm_memory_new(runl->fifo->engine.subdev.device, NVKM_MEM_TARGET_INST, in nv50_runl_alloc()
|
H A D | base.c | 309 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, fifo->chid->nr * in nvkm_fifo_oneinit()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | base.c | 207 ret = nvkm_memory_new(mmu->subdev.device, NVKM_MEM_TARGET_INST, in nvkm_mmu_ptc_get()
|