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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index bc9315d2..7385f9be 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -177,5 +177,7 @@ void fifo_gk20a_finish_mmu_fault_handling(struct gk20a *g,
177int gk20a_fifo_wait_engine_idle(struct gk20a *g); 177int gk20a_fifo_wait_engine_idle(struct gk20a *g);
178u32 gk20a_fifo_engine_interrupt_mask(struct gk20a *g); 178u32 gk20a_fifo_engine_interrupt_mask(struct gk20a *g);
179u32 gk20a_fifo_get_pbdma_signature(struct gk20a *g); 179u32 gk20a_fifo_get_pbdma_signature(struct gk20a *g);
180u32 gk20a_fifo_get_failing_engine_data(struct gk20a *g,
181 int *__id, bool *__is_tsg);
180 182
181#endif /*__GR_GK20A_H__*/ 183#endif /*__GR_GK20A_H__*/