Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dgpfifogf100.c69 gf100_fifo_gpfifo_engine(struct gf100_fifo_chan *chan, struct nvkm_engine *engine) in gf100_fifo_gpfifo_engine()
82 struct gf100_fifo_chan *chan = gf100_fifo_chan(base); in gf100_fifo_gpfifo_engine_fini()
118 struct gf100_fifo_chan *chan = gf100_fifo_chan(base); in gf100_fifo_gpfifo_engine_init()
136 struct gf100_fifo_chan *chan = gf100_fifo_chan(base); in gf100_fifo_gpfifo_engine_dtor()
147 struct gf100_fifo_chan *chan = gf100_fifo_chan(base); in gf100_fifo_gpfifo_engine_ctor()
168 struct gf100_fifo_chan *chan = gf100_fifo_chan(base); in gf100_fifo_gpfifo_fini()
187 struct gf100_fifo_chan *chan = gf100_fifo_chan(base); in gf100_fifo_gpfifo_init()
205 return gf100_fifo_chan(base); in gf100_fifo_gpfifo_dtor()
229 struct gf100_fifo_chan *chan; in gf100_fifo_gpfifo_new()
Dchangf100.h4 #define gf100_fifo_chan(p) container_of((p), struct gf100_fifo_chan, base) macro
8 struct gf100_fifo_chan { struct
Dgf100.h9 struct gf100_fifo_chan;
35 void gf100_fifo_runlist_insert(struct gf100_fifo *, struct gf100_fifo_chan *);
36 void gf100_fifo_runlist_remove(struct gf100_fifo *, struct gf100_fifo_chan *);
Dgf100.c53 struct gf100_fifo_chan *chan; in gf100_fifo_runlist_commit()
93 gf100_fifo_runlist_remove(struct gf100_fifo *fifo, struct gf100_fifo_chan *chan) in gf100_fifo_runlist_remove()
101 gf100_fifo_runlist_insert(struct gf100_fifo *fifo, struct gf100_fifo_chan *chan) in gf100_fifo_runlist_insert()
176 struct gf100_fifo_chan *chan) in gf100_fifo_recover()
321 struct gf100_fifo_chan *chan; in gf100_fifo_intr_sched_ctxsw()