Home
last modified time | relevance | path

Searched refs:nv50_fifo (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dnv50.c30 nv50_fifo_runlist_update_locked(struct nv50_fifo *fifo) in nv50_fifo_runlist_update_locked()
52 nv50_fifo_runlist_update(struct nv50_fifo *fifo) in nv50_fifo_runlist_update()
62 struct nv50_fifo *fifo = nv50_fifo(base); in nv50_fifo_oneinit()
78 struct nv50_fifo *fifo = nv50_fifo(base); in nv50_fifo_init()
102 struct nv50_fifo *fifo = nv50_fifo(base); in nv50_fifo_dtor()
112 struct nv50_fifo *fifo; in nv50_fifo_new_()
129 nv50_fifo = { variable
148 return nv50_fifo_new_(&nv50_fifo, device, type, inst, pfifo); in nv50_fifo_new()
Dnv50.h4 #define nv50_fifo(p) container_of((p), struct nv50_fifo, base) macro
7 struct nv50_fifo { struct
19 void nv50_fifo_runlist_update(struct nv50_fifo *); argument
Dchannv50.h9 struct nv50_fifo *fifo;
40 int nv50_fifo_chan_ctor(struct nv50_fifo *, u64 vmm, u64 push,
48 int g84_fifo_chan_ctor(struct nv50_fifo *, u64 vmm, u64 push,
Dchannv50.c59 struct nv50_fifo *fifo = chan->fifo; in nv50_fifo_chan_engine_fini()
190 struct nv50_fifo *fifo = chan->fifo; in nv50_fifo_chan_fini()
204 struct nv50_fifo *fifo = chan->fifo; in nv50_fifo_chan_init()
239 nv50_fifo_chan_ctor(struct nv50_fifo *fifo, u64 vmm, u64 push, in nv50_fifo_chan_ctor()
Dgpfifonv50.c41 struct nv50_fifo *fifo = nv50_fifo(base); in nv50_fifo_gpfifo_new()
Dgpfifog84.c41 struct nv50_fifo *fifo = nv50_fifo(base); in g84_fifo_gpfifo_new()
Dchang84.c74 struct nv50_fifo *fifo = chan->fifo; in g84_fifo_chan_engine_fini()
187 struct nv50_fifo *fifo = chan->fifo; in g84_fifo_chan_init()
211 g84_fifo_chan_ctor(struct nv50_fifo *fifo, u64 vmm, u64 push, in g84_fifo_chan_ctor()