Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Ddmanv10.c52 args->v0.pushbuf, args->v0.offset); in nv10_fifo_dma_new()
53 if (!args->v0.pushbuf) in nv10_fifo_dma_new()
63 0x1000, 0x1000, false, 0, args->v0.pushbuf, in nv10_fifo_dma_new()
Ddmanv17.c52 args->v0.pushbuf, args->v0.offset); in nv17_fifo_dma_new()
53 if (!args->v0.pushbuf) in nv17_fifo_dma_new()
63 0x1000, 0x1000, false, 0, args->v0.pushbuf, in nv17_fifo_dma_new()
Dgpfifonv50.c50 args->v0.version, args->v0.vm, args->v0.pushbuf, in nv50_fifo_gpfifo_new()
52 if (!args->v0.pushbuf) in nv50_fifo_gpfifo_new()
61 ret = nv50_fifo_chan_ctor(fifo, args->v0.vm, args->v0.pushbuf, in nv50_fifo_gpfifo_new()
Ddmanv50.c48 args->v0.version, args->v0.vm, args->v0.pushbuf, in nv50_fifo_dma_new()
50 if (!args->v0.pushbuf) in nv50_fifo_dma_new()
59 ret = nv50_fifo_chan_ctor(fifo, args->v0.vm, args->v0.pushbuf, in nv50_fifo_dma_new()
Dgpfifog84.c50 args->v0.version, args->v0.vm, args->v0.pushbuf, in g84_fifo_gpfifo_new()
52 if (!args->v0.pushbuf) in g84_fifo_gpfifo_new()
61 ret = g84_fifo_chan_ctor(fifo, args->v0.vm, args->v0.pushbuf, in g84_fifo_gpfifo_new()
Ddmag84.c48 args->v0.version, args->v0.vm, args->v0.pushbuf, in g84_fifo_dma_new()
50 if (!args->v0.pushbuf) in g84_fifo_dma_new()
59 ret = g84_fifo_chan_ctor(fifo, args->v0.vm, args->v0.pushbuf, in g84_fifo_dma_new()
Ddmanv40.c197 args->v0.pushbuf, args->v0.offset); in nv40_fifo_dma_new()
198 if (!args->v0.pushbuf) in nv40_fifo_dma_new()
208 0x1000, 0x1000, false, 0, args->v0.pushbuf, in nv40_fifo_dma_new()
Ddmanv04.c176 args->v0.pushbuf, args->v0.offset); in nv04_fifo_dma_new()
177 if (!args->v0.pushbuf) in nv04_fifo_dma_new()
187 0x1000, 0x1000, false, 0, args->v0.pushbuf, in nv04_fifo_dma_new()
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/
Dclass.h398 __u64 pushbuf; member
406 __u64 pushbuf; member
422 __u64 pushbuf; member
570 __u64 pushbuf; member
589 __u64 pushbuf; member
599 __u64 pushbuf; member
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dovlynv50.c51 args->v0.version, args->v0.pushbuf, args->v0.head); in nv50_disp_ovly_new()
54 push = args->v0.pushbuf; in nv50_disp_ovly_new()
Dbasenv50.c51 args->v0.version, args->v0.pushbuf, args->v0.head); in nv50_disp_base_new()
54 push = args->v0.pushbuf; in nv50_disp_base_new()
Dcorenv50.c51 args->v0.version, args->v0.pushbuf); in nv50_disp_core_new()
52 push = args->v0.pushbuf; in nv50_disp_core_new()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_chan.c231 args.nv50.pushbuf = nvif_handle(&chan->push.ctxdma); in nouveau_channel_ind()
276 args.pushbuf = nvif_handle(&chan->push.ctxdma); in nouveau_channel_dma()
Dnv50_display.c223 struct nvif_object pushbuf; in nv50_dmac_create() local
239 }, sizeof(struct nv_dma_v0), &pushbuf); in nv50_dmac_create()
243 args->pushbuf = nvif_handle(&pushbuf); in nv50_dmac_create()
247 nvif_object_fini(&pushbuf); in nv50_dmac_create()
289 .pushbuf = 0xb0007d00, in nv50_core_create()
324 .pushbuf = 0xb0007c00 | head, in nv50_base_create()
355 .pushbuf = 0xb0007e00 | head, in nv50_ovly_create()