Searched refs:gf100_fifo (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | gf100.h | 3 #define gf100_fifo(p) container_of((p), struct gf100_fifo, base) macro 8 struct gf100_fifo { struct 29 void gf100_fifo_intr_engine(struct gf100_fifo *); argument 30 void gf100_fifo_runlist_update(struct gf100_fifo *);
|
D | gf100.c | 50 gf100_fifo_runlist_update(struct gf100_fifo *fifo) in gf100_fifo_runlist_update() 81 gf100_fifo_engidx(struct gf100_fifo *fifo, u32 engn) in gf100_fifo_engidx() 98 gf100_fifo_engine(struct gf100_fifo *fifo, u32 engn) in gf100_fifo_engine() 119 struct gf100_fifo *fifo = container_of(work, typeof(*fifo), fault); in gf100_fifo_recover_work() 148 gf100_fifo_recover(struct gf100_fifo *fifo, struct nvkm_engine *engine, in gf100_fifo_recover() 174 gf100_fifo_intr_sched_ctxsw(struct gf100_fifo *fifo) in gf100_fifo_intr_sched_ctxsw() 208 gf100_fifo_intr_sched(struct gf100_fifo *fifo) in gf100_fifo_intr_sched() 289 gf100_fifo_intr_fault(struct gf100_fifo *fifo, int unit) in gf100_fifo_intr_fault() 359 gf100_fifo_intr_pbdma(struct gf100_fifo *fifo, int unit) in gf100_fifo_intr_pbdma() 397 gf100_fifo_intr_runlist(struct gf100_fifo *fifo) in gf100_fifo_intr_runlist() [all …]
|
D | gpfifogf100.c | 136 struct gf100_fifo *fifo = chan->fifo; in gf100_fifo_gpfifo_fini() 155 struct gf100_fifo *fifo = chan->fifo; in gf100_fifo_gpfifo_init() 197 struct gf100_fifo *fifo = gf100_fifo(base); in gf100_fifo_gpfifo_new()
|
D | changf100.h | 9 struct gf100_fifo *fifo;
|