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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index ecae970f..8fda38f5 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -162,6 +162,7 @@ void gk20a_fifo_recover(struct gk20a *g, u32 engine_ids, bool verbose);
162void gk20a_fifo_recover_ch(struct gk20a *g, u32 hw_chid, bool verbose); 162void gk20a_fifo_recover_ch(struct gk20a *g, u32 hw_chid, bool verbose);
163void gk20a_fifo_recover_tsg(struct gk20a *g, u32 tsgid, bool verbose); 163void gk20a_fifo_recover_tsg(struct gk20a *g, u32 tsgid, bool verbose);
164int gk20a_fifo_force_reset_ch(struct channel_gk20a *ch, bool verbose); 164int gk20a_fifo_force_reset_ch(struct channel_gk20a *ch, bool verbose);
165void gk20a_fifo_reset_engine(struct gk20a *g, u32 engine_id);
165int gk20a_init_fifo_reset_enable_hw(struct gk20a *g); 166int gk20a_init_fifo_reset_enable_hw(struct gk20a *g);
166void gk20a_init_fifo(struct gpu_ops *gops); 167void gk20a_init_fifo(struct gpu_ops *gops);
167 168