Searched refs:gf100_fifo (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | gf100.h | 4 #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 *);
|
D | gf100.c | 51 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() 109 gf100_fifo_engidx(struct gf100_fifo *fifo, u32 engn) in gf100_fifo_engidx() 126 gf100_fifo_engine(struct gf100_fifo *fifo, u32 engn) in gf100_fifo_engine() 147 struct gf100_fifo *fifo = container_of(w, typeof(*fifo), recover.work); in gf100_fifo_recover_work() 176 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() [all …]
|
D | gpfifogf100.c | 162 struct gf100_fifo *fifo = chan->fifo; in gf100_fifo_gpfifo_fini() 181 struct gf100_fifo *fifo = chan->fifo; in gf100_fifo_gpfifo_init() 220 struct gf100_fifo *fifo = gf100_fifo(base); in gf100_fifo_gpfifo_new()
|
D | changf100.h | 10 struct gf100_fifo *fifo;
|