Searched defs:gk104_fifo_chan (Results 1 – 1 of 1) sorted by relevance
3 #define gk104_fifo_chan(p) container_of((p), struct gk104_fifo_chan, base) macro7 struct gk104_fifo_chan { struct8 struct nvkm_fifo_chan base;9 struct gk104_fifo *fifo;10 int engine;12 struct list_head head;13 bool killed;15 struct nvkm_gpuobj *pgd;16 struct nvkm_vm *vm;18 struct {[all …]