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, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index 120950c1..77030c94 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -31,7 +31,6 @@
31 31
32struct gk20a_debug_output; 32struct gk20a_debug_output;
33struct mmu_fault_info; 33struct mmu_fault_info;
34enum gk20a_nonstall_ops;
35 34
36enum { 35enum {
37 NVGPU_FIFO_RUNLIST_INTERLEAVE_LEVEL_LOW = 0, 36 NVGPU_FIFO_RUNLIST_INTERLEAVE_LEVEL_LOW = 0,
@@ -229,7 +228,7 @@ int gk20a_init_fifo_support(struct gk20a *g);
229int gk20a_init_fifo_setup_hw(struct gk20a *g); 228int gk20a_init_fifo_setup_hw(struct gk20a *g);
230 229
231void gk20a_fifo_isr(struct gk20a *g); 230void gk20a_fifo_isr(struct gk20a *g);
232enum gk20a_nonstall_ops gk20a_fifo_nonstall_isr(struct gk20a *g); 231u32 gk20a_fifo_nonstall_isr(struct gk20a *g);
233 232
234int gk20a_fifo_preempt_channel(struct gk20a *g, u32 chid); 233int gk20a_fifo_preempt_channel(struct gk20a *g, u32 chid);
235int gk20a_fifo_preempt_tsg(struct gk20a *g, u32 tsgid); 234int gk20a_fifo_preempt_tsg(struct gk20a *g, u32 tsgid);