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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index c255f8f8..669ef1b9 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1205,4 +1205,9 @@ static inline void gk20a_channel_trace_sched_param(
1205 ch->ch_ctx.gr_ctx->compute_preempt_mode : 0)); 1205 ch->ch_ctx.gr_ctx->compute_preempt_mode : 0));
1206} 1206}
1207 1207
1208#ifdef CONFIG_DEBUG_FS
1209int gk20a_railgating_debugfs_init(struct device *dev);
1210#endif
1211
1212int gk20a_secure_page_alloc(struct device *dev);
1208#endif /* GK20A_H */ 1213#endif /* GK20A_H */