1 #ifndef __GF100_FIFO_H__
2 #define __GF100_FIFO_H__
3 #define gf100_fifo(p) container_of((p), struct gf100_fifo, base)
6 #include <subdev/mmu.h>
11 struct list_head chan
;
13 struct work_struct fault
;
17 struct nvkm_memory
*mem
[2];
19 wait_queue_head_t wait
;
23 struct nvkm_memory
*mem
;
29 void gf100_fifo_intr_engine(struct gf100_fifo
*);
30 void gf100_fifo_runlist_update(struct gf100_fifo
*);