Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
Dnv50.c70 ret = nvkm_gpuobj_new(device, 0x20000, 0, false, NULL, &bar->mem); in nv50_bar_oneinit()
74 ret = nvkm_gpuobj_new(device, bar->pgd_addr, 0, false, bar->mem, in nv50_bar_oneinit()
79 ret = nvkm_gpuobj_new(device, 0x4000, 0, false, bar->mem, &bar->pgd); in nv50_bar_oneinit()
102 ret = nvkm_gpuobj_new(device, 24, 16, false, bar->mem, &bar->bar3); in nv50_bar_oneinit()
131 ret = nvkm_gpuobj_new(device, 24, 16, false, bar->mem, &bar->bar1); in nv50_bar_oneinit()
Dgf100.c57 ret = nvkm_gpuobj_new(device, 0x8000, 0, false, NULL, &bar_vm->pgd); in gf100_bar_ctor_vm()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dchang84.c260 ret = nvkm_gpuobj_new(device, 0x0200, 0, true, chan->base.inst, in g84_fifo_chan_ctor()
265 ret = nvkm_gpuobj_new(device, 0x4000, 0, false, chan->base.inst, in g84_fifo_chan_ctor()
270 ret = nvkm_gpuobj_new(device, 0x1000, 0x400, true, chan->base.inst, in g84_fifo_chan_ctor()
275 ret = nvkm_gpuobj_new(device, 0x100, 0x100, true, chan->base.inst, in g84_fifo_chan_ctor()
Dchannv50.c250 ret = nvkm_gpuobj_new(device, 0x0200, 0x1000, true, chan->base.inst, in nv50_fifo_chan_ctor()
255 ret = nvkm_gpuobj_new(device, 0x1200, 0, true, chan->base.inst, in nv50_fifo_chan_ctor()
260 ret = nvkm_gpuobj_new(device, 0x4000, 0, false, chan->base.inst, in nv50_fifo_chan_ctor()
Dgpfifogf100.c237 ret = nvkm_gpuobj_new(device, 0x10000, 0x1000, false, NULL, &chan->pgd); in gf100_fifo_gpfifo_new()
Dgpfifogk104.c270 ret = nvkm_gpuobj_new(device, 0x10000, 0x1000, false, NULL, &chan->pgd); in gk104_fifo_gpfifo_new()
Dchan.c368 ret = nvkm_gpuobj_new(device, size, align, zero, NULL, &chan->inst); in nvkm_fifo_chan_ctor()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/cipher/
Dg84.c37 int ret = nvkm_gpuobj_new(object->engine->subdev.device, 16, in g84_cipher_oclass_bind()
59 return nvkm_gpuobj_new(object->engine->subdev.device, 256, in g84_cipher_cclass_bind()
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/
Dgpuobj.h33 int nvkm_gpuobj_new(struct nvkm_device *, u32 size, int align, bool zero,
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
Dnv50.c39 int ret = nvkm_gpuobj_new(object->engine->subdev.device, 128 * 4, in nv50_mpeg_cclass_bind()
Dnv44.c56 int ret = nvkm_gpuobj_new(chan->object.engine->subdev.device, 264 * 4, in nv44_mpeg_chan_bind()
Dnv31.c42 int ret = nvkm_gpuobj_new(object->engine->subdev.device, 16, align, in nv31_mpeg_object_bind()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/dma/
Dusergf119.c47 ret = nvkm_gpuobj_new(device, 24, align, false, parent, pgpuobj); in gf119_dmaobj_bind()
Dusergf100.c48 ret = nvkm_gpuobj_new(device, 24, align, false, parent, pgpuobj); in gf100_dmaobj_bind()
Dusernv04.c62 ret = nvkm_gpuobj_new(device, 16, align, false, parent, pgpuobj); in nv04_dmaobj_bind()
Dusernv50.c48 ret = nvkm_gpuobj_new(device, 24, align, false, parent, pgpuobj); in nv50_dmaobj_bind()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/
Dramht.c157 ret = nvkm_gpuobj_new(ramht->device, size, align, true, in nvkm_ramht_new()
Dgpuobj.c206 nvkm_gpuobj_new(struct nvkm_device *device, u32 size, int align, bool zero, in nvkm_gpuobj_new() function
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv40.c47 int ret = nvkm_gpuobj_new(object->engine->subdev.device, 20, align, in nv40_gr_object_bind()
79 int ret = nvkm_gpuobj_new(gr->base.engine.subdev.device, gr->size, in nv40_gr_chan_bind()
Dnv50.c44 int ret = nvkm_gpuobj_new(object->engine->subdev.device, 16, in nv50_gr_object_bind()
71 int ret = nvkm_gpuobj_new(gr->base.engine.subdev.device, gr->size, in nv50_gr_chan_bind()
Dnv04.c1046 int ret = nvkm_gpuobj_new(object->engine->subdev.device, 16, align, in nv04_gr_object_bind()
Dgf100.c287 ret = nvkm_gpuobj_new(gr->base.engine.subdev.device, gr->size, in gf100_gr_chan_bind()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/
Dxtensa.c47 return nvkm_gpuobj_new(object->engine->subdev.device, 0x10000, align, in nvkm_xtensa_cclass_bind()
Dfalcon.c48 return nvkm_gpuobj_new(object->engine->subdev.device, 256, in nvkm_falcon_cclass_bind()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Drootnv50.c288 ret = nvkm_gpuobj_new(disp->base.engine.subdev.device, 0x10000, 0x10000, in nv50_disp_root_new_()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_drm.c276 ret = nvkm_gpuobj_new(nvxx_device(&drm->device), 32, 0, false, in nouveau_accel_init()