summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index eab9843a..e8c1b30f 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1384,6 +1384,8 @@ static inline void gk20a_channel_trace_sched_param(
1384 ch->ch_ctx.gr_ctx->compute_preempt_mode : 0)); 1384 ch->ch_ctx.gr_ctx->compute_preempt_mode : 0));
1385} 1385}
1386 1386
1387void nvgpu_wait_for_deferred_interrupts(struct gk20a *g);
1388
1387#ifdef CONFIG_DEBUG_FS 1389#ifdef CONFIG_DEBUG_FS
1388int gk20a_railgating_debugfs_init(struct device *dev); 1390int gk20a_railgating_debugfs_init(struct device *dev);
1389#endif 1391#endif