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

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

Completed in 288 milliseconds