Searched refs:gk104_fifo (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | gk104.c | 50 gk104_fifo_runlist_update(struct gk104_fifo *fifo, u32 engine) in gk104_fifo_runlist_update() 82 gk104_fifo_engine(struct gk104_fifo *fifo, u32 engn) in gk104_fifo_engine() 94 struct gk104_fifo *fifo = container_of(work, typeof(*fifo), fault); in gk104_fifo_recover_work() 123 gk104_fifo_recover(struct gk104_fifo *fifo, struct nvkm_engine *engine, in gk104_fifo_recover() 154 gk104_fifo_intr_bind(struct gk104_fifo *fifo) in gk104_fifo_intr_bind() 173 gk104_fifo_intr_sched_ctxsw(struct gk104_fifo *fifo) in gk104_fifo_intr_sched_ctxsw() 209 gk104_fifo_intr_sched(struct gk104_fifo *fifo) in gk104_fifo_intr_sched() 230 gk104_fifo_intr_chsw(struct gk104_fifo *fifo) in gk104_fifo_intr_chsw() 240 gk104_fifo_intr_dropped_fault(struct gk104_fifo *fifo) in gk104_fifo_intr_dropped_fault() 354 gk104_fifo_intr_fault(struct gk104_fifo *fifo, int unit) in gk104_fifo_intr_fault() [all …]
|
D | gk104.h | 3 #define gk104_fifo(p) container_of((p), struct gk104_fifo, base) macro 15 struct gk104_fifo { struct 38 void gk104_fifo_runlist_update(struct gk104_fifo *, u32 engine); argument
|
D | gpfifogk104.c | 38 struct gk104_fifo *fifo = chan->fifo; in gk104_fifo_gpfifo_kick() 151 struct gk104_fifo *fifo = chan->fifo; in gk104_fifo_gpfifo_fini() 168 struct gk104_fifo *fifo = chan->fifo; in gk104_fifo_gpfifo_init() 212 struct gk104_fifo *fifo = gk104_fifo(base); in gk104_fifo_gpfifo_new()
|
D | changk104.h | 9 struct gk104_fifo *fifo;
|