Lines Matching refs:gk104_fifo
40 gk104_fifo_engine_status(struct gk104_fifo *fifo, int engn, in gk104_fifo_engine_status()
90 struct gk104_fifo *fifo = gk104_fifo(base); in gk104_fifo_class_new()
107 struct gk104_fifo *fifo = gk104_fifo(base); in gk104_fifo_class_get()
140 gk104_fifo_runlist_commit(struct gk104_fifo *fifo, int runl, in gk104_fifo_runlist_commit()
167 gk104_fifo_runlist_update(struct gk104_fifo *fifo, int runl) in gk104_fifo_runlist_update()
197 gk104_fifo_runlist_remove(struct gk104_fifo *fifo, struct gk104_fifo_chan *chan) in gk104_fifo_runlist_remove()
210 gk104_fifo_runlist_insert(struct gk104_fifo *fifo, struct gk104_fifo_chan *chan) in gk104_fifo_runlist_insert()
240 gk104_fifo_pbdma_init(struct gk104_fifo *fifo) in gk104_fifo_pbdma_init()
247 gk104_fifo_pbdma_nr(struct gk104_fifo *fifo) in gk104_fifo_pbdma_nr()
267 return gk104_fifo(base)->engine[engi].engine; in gk104_fifo_id_engine()
273 struct gk104_fifo *fifo = gk104_fifo(base); in gk104_fifo_engine_id()
291 struct gk104_fifo *fifo = container_of(w, typeof(*fifo), recover.work); in gk104_fifo_recover_work()
321 static void gk104_fifo_recover_engn(struct gk104_fifo *fifo, int engn);
324 gk104_fifo_recover_runl(struct gk104_fifo *fifo, int runl) in gk104_fifo_recover_runl()
344 gk104_fifo_recover_chid(struct gk104_fifo *fifo, int runl, int chid) in gk104_fifo_recover_chid()
372 struct gk104_fifo *fifo = gk104_fifo(base); in gk104_fifo_recover_chan()
410 gk104_fifo_recover_engn(struct gk104_fifo *fifo, int engn) in gk104_fifo_recover_engn()
482 struct gk104_fifo *fifo = gk104_fifo(base); in gk104_fifo_fault()
571 gk104_fifo_intr_bind(struct gk104_fifo *fifo) in gk104_fifo_intr_bind()
590 gk104_fifo_intr_sched_ctxsw(struct gk104_fifo *fifo) in gk104_fifo_intr_sched_ctxsw()
621 gk104_fifo_intr_sched(struct gk104_fifo *fifo) in gk104_fifo_intr_sched()
642 gk104_fifo_intr_chsw(struct gk104_fifo *fifo) in gk104_fifo_intr_chsw()
652 gk104_fifo_intr_dropped_fault(struct gk104_fifo *fifo) in gk104_fifo_intr_dropped_fault()
695 gk104_fifo_intr_pbdma_0(struct gk104_fifo *fifo, int unit) in gk104_fifo_intr_pbdma_0()
744 gk104_fifo_intr_pbdma_1(struct gk104_fifo *fifo, int unit) in gk104_fifo_intr_pbdma_1()
765 gk104_fifo_intr_runlist(struct gk104_fifo *fifo) in gk104_fifo_intr_runlist()
778 gk104_fifo_intr_engine(struct gk104_fifo *fifo) in gk104_fifo_intr_engine()
786 struct gk104_fifo *fifo = gk104_fifo(base); in gk104_fifo_intr()
878 struct gk104_fifo *fifo = gk104_fifo(base); in gk104_fifo_fini()
888 struct gk104_fifo *fifo = gk104_fifo(base); in gk104_fifo_info()
938 struct gk104_fifo *fifo = gk104_fifo(base); in gk104_fifo_oneinit()
1029 struct gk104_fifo *fifo = gk104_fifo(base); in gk104_fifo_init()
1061 struct gk104_fifo *fifo = gk104_fifo(base); in gk104_fifo_dtor()
1098 struct gk104_fifo *fifo; in gk104_fifo_new_()
1232 gk104_fifo = { variable
1248 return gk104_fifo_new_(&gk104_fifo, device, type, inst, 4096, pfifo); in gk104_fifo_new()