Home
last modified time | relevance | path

Searched refs:NVKM_MEM_TARGET_INST (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dnv40.c95 return NVKM_MEM_TARGET_INST; in nv40_instobj_target()
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 Dnv04.c96 return NVKM_MEM_TARGET_INST; in nv04_instobj_target()
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 Dgf100.c54 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 Dgm20b.c44 return nvkm_memory_new(subdev->device, NVKM_MEM_TARGET_INST, in gm20b_acr_wpr_alloc()
H A Dgp102.c121 int ret = nvkm_memory_new(acr->subdev.device, NVKM_MEM_TARGET_INST, in gp102_acr_wpr_alloc()
H A Dgm200.c171 int ret = nvkm_memory_new(acr->subdev.device, NVKM_MEM_TARGET_INST, in gm200_acr_wpr_alloc()
H A Dbase.c323 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 Dmemory.c153 case NVKM_MEM_TARGET_INST: in nvkm_memory_new()
H A Dgpuobj.c201 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, size, in nvkm_gpuobj_ctor()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv2a.c36 NVKM_MEM_TARGET_INST, 0x36b0, 16, true, in nv2a_gr_chan_new()
H A Dnv25.c36 NVKM_MEM_TARGET_INST, 0x3724, 16, true, in nv25_gr_chan_new()
H A Dnv35.c36 NVKM_MEM_TARGET_INST, 0x577c, 16, true, in nv35_gr_chan_new()
H A Dnv34.c36 NVKM_MEM_TARGET_INST, 0x46dc, 16, true, in nv34_gr_chan_new()
H A Dnv20.c90 NVKM_MEM_TARGET_INST, 0x37f0, 16, true, in nv20_gr_chan_new()
224 NVKM_MEM_TARGET_INST, 32 * 4, 16, in nv20_gr_oneinit()
H A Dnv30.c37 NVKM_MEM_TARGET_INST, 0x5f48, 16, true, in nv30_gr_chan_new()
H A Dr535.c157 NVKM_MEM_TARGET_INST : NVKM_MEM_TARGET_INST_SR_LOST, in r535_gr_promote_ctx()
261 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, 0x12000, 0, true, &golden.inst); in r535_gr_oneinit()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dbase.c88 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 Dgf100.c91 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 Dxtensa.c122 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, in nvkm_xtensa_init()
H A Dfalcon.c248 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, in nvkm_falcon_init()
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dmemory.h16 NVKM_MEM_TARGET_INST, /* instance memory */ enumerator
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dnv50.c261 ret = nvkm_memory_new(runl->fifo->engine.subdev.device, NVKM_MEM_TARGET_INST, in nv50_runl_alloc()
H A Dbase.c309 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, fifo->chid->nr * in nvkm_fifo_oneinit()
H A Duchan.c403 case NVKM_MEM_TARGET_INST: args->v0.aper = NVIF_CHAN_V0_INST_APER_INST; break; in nvkm_uchan_new()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dbase.c207 ret = nvkm_memory_new(mmu->subdev.device, NVKM_MEM_TARGET_INST, in nvkm_mmu_ptc_get()

12