Searched defs:gk104_fifo_chan (Results 1 – 1 of 1) sorted by relevance
6 #define gk104_fifo_chan(p) container_of((p), struct gk104_fifo_chan, base) macro10 struct gk104_fifo_chan { struct11 struct nvkm_fifo_chan base;12 struct gk104_fifo *fifo;13 int runl;38 int gk104_fifo_gpfifo_kick(struct gk104_fifo_chan *); argument