Home
last modified time | relevance | path

Searched refs:pushbuf (Results 1 – 15 of 15) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Ddmanv10.c53 args->v0.pushbuf, args->v0.offset); in nv10_fifo_dma_new()
54 if (!args->v0.pushbuf) in nv10_fifo_dma_new()
64 0x1000, 0x1000, false, 0, args->v0.pushbuf, in nv10_fifo_dma_new()
Ddmanv17.c53 args->v0.pushbuf, args->v0.offset); in nv17_fifo_dma_new()
54 if (!args->v0.pushbuf) in nv17_fifo_dma_new()
64 0x1000, 0x1000, false, 0, args->v0.pushbuf, in nv17_fifo_dma_new()
Dgpfifonv50.c51 args->v0.version, args->v0.vmm, args->v0.pushbuf, in nv50_fifo_gpfifo_new()
53 if (!args->v0.pushbuf) in nv50_fifo_gpfifo_new()
62 ret = nv50_fifo_chan_ctor(fifo, args->v0.vmm, args->v0.pushbuf, in nv50_fifo_gpfifo_new()
Dgpfifog84.c51 args->v0.version, args->v0.vmm, args->v0.pushbuf, in g84_fifo_gpfifo_new()
53 if (!args->v0.pushbuf) in g84_fifo_gpfifo_new()
62 ret = g84_fifo_chan_ctor(fifo, args->v0.vmm, args->v0.pushbuf, in g84_fifo_gpfifo_new()
Ddmanv04.c182 args->v0.pushbuf, args->v0.offset); in nv04_fifo_dma_new()
183 if (!args->v0.pushbuf) in nv04_fifo_dma_new()
193 0x1000, 0x1000, false, 0, args->v0.pushbuf, in nv04_fifo_dma_new()
Ddmanv40.c208 args->v0.pushbuf, args->v0.offset); in nv40_fifo_dma_new()
209 if (!args->v0.pushbuf) in nv40_fifo_dma_new()
219 0x1000, 0x1000, false, 0, args->v0.pushbuf, in nv40_fifo_dma_new()
/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvif/
Dcl006b.h10 __u64 pushbuf; member
Dif0014.h10 __u64 pushbuf; member
Dcl506e.h10 __u64 pushbuf; member
Dcl826e.h10 __u64 pushbuf; member
Dcl506f.h11 __u64 pushbuf; member
Dcl826f.h11 __u64 pushbuf; member
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dchan.c219 if (args->v0.id >= nr || !args->v0.pushbuf != !user->func->push) in nvkm_disp_chan_new_()
235 ret = chan->func->push(chan, args->v0.pushbuf); in nvkm_disp_chan_new_()
/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_chan.c311 args.nv50.pushbuf = nvif_handle(&chan->push.ctxdma); in nouveau_channel_ind()
363 args.pushbuf = nvif_handle(&chan->push.ctxdma); in nouveau_channel_dma()
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c272 args->pushbuf = nvif_handle(&dmac->_push.mem.object); in nv50_dmac_create()