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.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index eab57ba3..ae728a36 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -270,11 +270,13 @@ u32 gk20a_fifo_engine_interrupt_mask(struct gk20a *g);
270u32 gk20a_fifo_get_pbdma_signature(struct gk20a *g); 270u32 gk20a_fifo_get_pbdma_signature(struct gk20a *g);
271u32 gk20a_fifo_get_failing_engine_data(struct gk20a *g, 271u32 gk20a_fifo_get_failing_engine_data(struct gk20a *g,
272 int *__id, bool *__is_tsg); 272 int *__id, bool *__is_tsg);
273bool gk20a_fifo_set_ctx_mmu_error_tsg(struct gk20a *g, 273void gk20a_fifo_set_ctx_mmu_error_tsg(struct gk20a *g,
274 struct tsg_gk20a *tsg); 274 struct tsg_gk20a *tsg);
275void gk20a_fifo_abort_tsg(struct gk20a *g, u32 tsgid, bool preempt); 275void gk20a_fifo_abort_tsg(struct gk20a *g, u32 tsgid, bool preempt);
276bool gk20a_fifo_set_ctx_mmu_error_ch(struct gk20a *g, 276void gk20a_fifo_set_ctx_mmu_error_ch(struct gk20a *g,
277 struct channel_gk20a *ch); 277 struct channel_gk20a *refch);
278bool gk20a_fifo_error_tsg(struct gk20a *g, struct tsg_gk20a *tsg);
279bool gk20a_fifo_error_ch(struct gk20a *g, struct channel_gk20a *refch);
278 280
279struct channel_gk20a *gk20a_fifo_channel_from_hw_chid(struct gk20a *g, 281struct channel_gk20a *gk20a_fifo_channel_from_hw_chid(struct gk20a *g,
280 u32 hw_chid); 282 u32 hw_chid);