/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __GF100_FIFO_CHAN_H__ #define __GF100_FIFO_CHAN_H__ #define gf100_fifo_chan(p) container_of((p), struct gf100_fifo_chan, base) #include "chan.h" #include "gf100.h" struct gf100_fifo_chan { struct nvkm_fifo_chan base; struct gf100_fifo *fifo; struct list_head head; bool killed; struct { struct nvkm_gpuobj *inst; struct nvkm_vma *vma; } engn[NVKM_SUBDEV_NR]; }; extern const struct nvkm_fifo_chan_oclass gf100_fifo_gpfifo_oclass; #endifOverall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ben Skeggs | 66 | 98.51% | 4 | 80.00% |
Greg Kroah-Hartman | 1 | 1.49% | 1 | 20.00% |
Linus Torvalds | 0.00% | 0 | 0.00% | |
Total | 67 | 100.00% | 5 | 100.00% |