Home
last modified time | relevance | path

Searched refs:nv50_fifo_chan_ctor (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dchannv50.h21 int nv50_fifo_chan_ctor(struct nv50_fifo *, u64 vmm, u64 push,
Ddmanv50.c60 ret = nv50_fifo_chan_ctor(fifo, args->v0.vmm, args->v0.pushbuf, in nv50_fifo_dma_new()
Dgpfifonv50.c62 ret = nv50_fifo_chan_ctor(fifo, args->v0.vmm, args->v0.pushbuf, in nv50_fifo_gpfifo_new()
Dchannv50.c231 nv50_fifo_chan_ctor(struct nv50_fifo *fifo, u64 vmm, u64 push, in nv50_fifo_chan_ctor() function