Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Dclass.h340 __u32 pushbuf; member
354 __u32 pushbuf; member
371 __u32 pushbuf; member
495 __u32 pushbuf; member
514 __u32 pushbuf; member
524 __u32 pushbuf; member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dnv10.c69 args->v0.pushbuf, args->v0.offset); in nv10_fifo_chan_ctor()
74 0x10000, args->v0.pushbuf, in nv10_fifo_chan_ctor()
Dnv17.c74 args->v0.pushbuf, args->v0.offset); in nv17_fifo_chan_ctor()
79 0x10000, args->v0.pushbuf, in nv17_fifo_chan_ctor()
Dg84.c178 args->v0.pushbuf, args->v0.offset); in g84_fifo_chan_ctor_dma()
183 0x2000, args->v0.pushbuf, in g84_fifo_chan_ctor_dma()
252 args->v0.version, args->v0.pushbuf, args->v0.ioffset, in g84_fifo_chan_ctor_ind()
258 0x2000, args->v0.pushbuf, in g84_fifo_chan_ctor_ind()
Dnv50.c205 args->v0.pushbuf, args->v0.offset); in nv50_fifo_chan_ctor_dma()
210 0x2000, args->v0.pushbuf, in nv50_fifo_chan_ctor_dma()
267 args->v0.version, args->v0.pushbuf, args->v0.ioffset, in nv50_fifo_chan_ctor_ind()
273 0x2000, args->v0.pushbuf, in nv50_fifo_chan_ctor_ind()
Dbase.c58 int bar, u32 addr, u32 size, u32 pushbuf, in nvkm_fifo_channel_create_() argument
76 chan->pushdma = (void *)nvkm_handle_ref(parent, pushbuf); in nvkm_fifo_channel_create_()
Dnv40.c192 args->v0.pushbuf, args->v0.offset); in nv40_fifo_chan_ctor()
197 0x1000, args->v0.pushbuf, in nv40_fifo_chan_ctor()
Dnv04.c126 args->v0.pushbuf, args->v0.offset); in nv04_fifo_chan_ctor()
131 0x10000, args->v0.pushbuf, in nv04_fifo_chan_ctor()
Dgf100.c199 args->v0.version, args->v0.pushbuf, args->v0.ioffset, in gf100_fifo_chan_ctor()
206 args->v0.pushbuf, in gf100_fifo_chan_ctor()
Dgk104.c227 args->v0.version, args->v0.pushbuf, args->v0.ioffset, in gk104_fifo_chan_ctor()
248 args->v0.pushbuf, in gk104_fifo_chan_ctor()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_chan.c213 args.kepler.pushbuf = chan->push.ctxdma.handle; in nouveau_channel_ind()
219 args.nv50.pushbuf = chan->push.ctxdma.handle; in nouveau_channel_ind()
263 args.pushbuf = chan->push.ctxdma.handle; in nouveau_channel_dma()
Dnv50_display.c215 struct nvif_object pushbuf; in nv50_dmac_create() local
226 args->pushbuf, NV_DMA_FROM_MEMORY, in nv50_dmac_create()
232 }, sizeof(struct nv_dma_v0), &pushbuf); in nv50_dmac_create()
237 nvif_object_fini(&pushbuf); in nv50_dmac_create()
280 .pushbuf = 0xb0007d00, in nv50_core_create()
315 .pushbuf = 0xb0007c00 | head, in nv50_base_create()
346 .pushbuf = 0xb0007e00 | head, in nv50_ovly_create()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dnv50.c208 struct nvkm_oclass *oclass, u32 pushbuf, int head, in nv50_disp_dmac_create_() argument
220 dmac->pushdma = (void *)nvkm_handle_ref(parent, pushbuf); in nv50_disp_dmac_create_()
503 args->v0.version, args->v0.pushbuf); in nv50_disp_core_ctor()
507 ret = nv50_disp_dmac_create_(parent, engine, oclass, args->v0.pushbuf, in nv50_disp_core_ctor()
660 args->v0.version, args->v0.pushbuf, args->v0.head); in nv50_disp_base_ctor()
666 ret = nv50_disp_dmac_create_(parent, engine, oclass, args->v0.pushbuf, in nv50_disp_base_ctor()
750 args->v0.version, args->v0.pushbuf, args->v0.head); in nv50_disp_ovly_ctor()
756 ret = nv50_disp_dmac_create_(parent, engine, oclass, args->v0.pushbuf, in nv50_disp_ovly_ctor()