summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index 77030c94..120950c1 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -31,6 +31,7 @@
31 31
32struct gk20a_debug_output; 32struct gk20a_debug_output;
33struct mmu_fault_info; 33struct mmu_fault_info;
34enum gk20a_nonstall_ops;
34 35
35enum { 36enum {
36 NVGPU_FIFO_RUNLIST_INTERLEAVE_LEVEL_LOW = 0, 37 NVGPU_FIFO_RUNLIST_INTERLEAVE_LEVEL_LOW = 0,
@@ -228,7 +229,7 @@ int gk20a_init_fifo_support(struct gk20a *g);
228int gk20a_init_fifo_setup_hw(struct gk20a *g); 229int gk20a_init_fifo_setup_hw(struct gk20a *g);
229 230
230void gk20a_fifo_isr(struct gk20a *g); 231void gk20a_fifo_isr(struct gk20a *g);
231u32 gk20a_fifo_nonstall_isr(struct gk20a *g); 232enum gk20a_nonstall_ops gk20a_fifo_nonstall_isr(struct gk20a *g);
232 233
233int gk20a_fifo_preempt_channel(struct gk20a *g, u32 chid); 234int gk20a_fifo_preempt_channel(struct gk20a *g, u32 chid);
234int gk20a_fifo_preempt_tsg(struct gk20a *g, u32 tsgid); 235int gk20a_fifo_preempt_tsg(struct gk20a *g, u32 tsgid);