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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index d5456ea1..dc43c532 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -386,4 +386,9 @@ bool gk20a_fifo_should_defer_engine_reset(struct gk20a *g, u32 engine_id,
386void gk20a_fifo_teardown_ch_tsg(struct gk20a *g, u32 __engine_ids, 386void gk20a_fifo_teardown_ch_tsg(struct gk20a *g, u32 __engine_ids,
387 u32 hw_id, unsigned int id_type, unsigned int rc_type, 387 u32 hw_id, unsigned int id_type, unsigned int rc_type,
388 struct mmu_fault_info *mmfault); 388 struct mmu_fault_info *mmfault);
389
390bool gk20a_fifo_check_tsg_ctxsw_timeout(struct tsg_gk20a *tsg,
391 bool *verbose, u32 *ms);
392bool gk20a_fifo_handle_sched_error(struct gk20a *g);
393
389#endif /*__GR_GK20A_H__*/ 394#endif /*__GR_GK20A_H__*/