Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dgf100.h4 #define gf100_fifo(p) container_of((p), struct gf100_fifo, base) macro
10 struct gf100_fifo { struct
34 void gf100_fifo_intr_engine(struct gf100_fifo *); argument
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 *);
37 void gf100_fifo_runlist_commit(struct gf100_fifo *);
Dgf100.c51 gf100_fifo_runlist_commit(struct gf100_fifo *fifo) 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()
149 struct gf100_fifo *fifo = container_of(w, typeof(*fifo), recover.work); in gf100_fifo_recover_work()
175 gf100_fifo_recover(struct gf100_fifo *fifo, struct nvkm_engine *engine, in gf100_fifo_recover()
259 struct gf100_fifo *fifo = gf100_fifo(base); in gf100_fifo_fault()
317 gf100_fifo_intr_sched_ctxsw(struct gf100_fifo *fifo) in gf100_fifo_intr_sched_ctxsw()
351 gf100_fifo_intr_sched(struct gf100_fifo *fifo) in gf100_fifo_intr_sched()
405 gf100_fifo_intr_pbdma(struct gf100_fifo *fifo, int unit) in gf100_fifo_intr_pbdma()
443 gf100_fifo_intr_runlist(struct gf100_fifo *fifo) in gf100_fifo_intr_runlist()
[all …]
Dgpfifogf100.c169 struct gf100_fifo *fifo = chan->fifo; in gf100_fifo_gpfifo_fini()
188 struct gf100_fifo *fifo = chan->fifo; in gf100_fifo_gpfifo_init()
227 struct gf100_fifo *fifo = gf100_fifo(base); in gf100_fifo_gpfifo_new()
Dchangf100.h10 struct gf100_fifo *fifo;