/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
D | class.h | 340 __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/ |
D | nv10.c | 69 args->v0.pushbuf, args->v0.offset); in nv10_fifo_chan_ctor() 74 0x10000, args->v0.pushbuf, in nv10_fifo_chan_ctor()
|
D | nv17.c | 74 args->v0.pushbuf, args->v0.offset); in nv17_fifo_chan_ctor() 79 0x10000, args->v0.pushbuf, in nv17_fifo_chan_ctor()
|
D | g84.c | 178 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()
|
D | nv50.c | 205 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()
|
D | base.c | 58 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_()
|
D | nv40.c | 192 args->v0.pushbuf, args->v0.offset); in nv40_fifo_chan_ctor() 197 0x1000, args->v0.pushbuf, in nv40_fifo_chan_ctor()
|
D | nv04.c | 126 args->v0.pushbuf, args->v0.offset); in nv04_fifo_chan_ctor() 131 0x10000, args->v0.pushbuf, in nv04_fifo_chan_ctor()
|
D | gf100.c | 199 args->v0.version, args->v0.pushbuf, args->v0.ioffset, in gf100_fifo_chan_ctor() 206 args->v0.pushbuf, in gf100_fifo_chan_ctor()
|
D | gk104.c | 227 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/ |
D | nouveau_chan.c | 213 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()
|
D | nv50_display.c | 215 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/ |
D | nv50.c | 208 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()
|