Searched defs:gk104_fifo_chan (Results 1 – 1 of 1) sorted by relevance
4 #define gk104_fifo_chan(p) container_of((p), struct gk104_fifo_chan, base) macro8 struct gk104_fifo_chan { struct9 struct nvkm_fifo_chan base;10 struct gk104_fifo *fifo;11 int runl;36 int gk104_fifo_gpfifo_kick(struct gk104_fifo_chan *); argument