summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/fifo_gv11b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/fifo_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/fifo_gv11b.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.h b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.h
index 3d491bad..bc6b0f1c 100644
--- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.h
@@ -87,6 +87,8 @@ int gv11b_fifo_enable_tsg(struct tsg_gk20a *tsg);
87void gv11b_fifo_teardown_ch_tsg(struct gk20a *g, u32 act_eng_bitmask, 87void gv11b_fifo_teardown_ch_tsg(struct gk20a *g, u32 act_eng_bitmask,
88 u32 id, unsigned int id_type, unsigned int rc_type, 88 u32 id, unsigned int id_type, unsigned int rc_type,
89 struct mmu_fault_info *mmfault); 89 struct mmu_fault_info *mmfault);
90void gv11b_fifo_teardown_mask_intr(struct gk20a *g);
91void gv11b_fifo_teardown_unmask_intr(struct gk20a *g);
90void gv11b_fifo_init_pbdma_intr_descs(struct fifo_gk20a *f); 92void gv11b_fifo_init_pbdma_intr_descs(struct fifo_gk20a *f);
91int gv11b_init_fifo_reset_enable_hw(struct gk20a *g); 93int gv11b_init_fifo_reset_enable_hw(struct gk20a *g);
92bool gv11b_fifo_handle_sched_error(struct gk20a *g); 94bool gv11b_fifo_handle_sched_error(struct gk20a *g);