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 929b5c82..3f9fac54 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -183,5 +183,10 @@ u32 gk20a_fifo_engine_interrupt_mask(struct gk20a *g);
183u32 gk20a_fifo_get_pbdma_signature(struct gk20a *g); 183u32 gk20a_fifo_get_pbdma_signature(struct gk20a *g);
184u32 gk20a_fifo_get_failing_engine_data(struct gk20a *g, 184u32 gk20a_fifo_get_failing_engine_data(struct gk20a *g,
185 int *__id, bool *__is_tsg); 185 int *__id, bool *__is_tsg);
186bool gk20a_fifo_set_ctx_mmu_error_tsg(struct gk20a *g,
187 struct tsg_gk20a *tsg);
188void gk20a_fifo_abort_tsg(struct gk20a *g, u32 tsgid);
189bool gk20a_fifo_set_ctx_mmu_error_ch(struct gk20a *g,
190 struct channel_gk20a *ch);
186 191
187#endif /*__GR_GK20A_H__*/ 192#endif /*__GR_GK20A_H__*/