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 55075f3b..6c8868a2 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -406,4 +406,6 @@ int gk20a_fifo_alloc_syncpt_buf(struct channel_gk20a *c,
406 u32 syncpt_id, struct nvgpu_mem *syncpt_buf); 406 u32 syncpt_id, struct nvgpu_mem *syncpt_buf);
407#endif 407#endif
408 408
409void gk20a_fifo_get_mmu_fault_info(struct gk20a *g, u32 mmu_fault_id,
410 struct mmu_fault_info *mmfault);
409#endif /*__GR_GK20A_H__*/ 411#endif /*__GR_GK20A_H__*/