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 7e919e2e..defc5904 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -452,6 +452,8 @@ struct gk20a {
452 struct dentry *debugfs_ltc_enabled; 452 struct dentry *debugfs_ltc_enabled;
453 struct dentry *debugfs_timeouts_enabled; 453 struct dentry *debugfs_timeouts_enabled;
454 struct dentry *debugfs_gr_idle_timeout_default; 454 struct dentry *debugfs_gr_idle_timeout_default;
455 struct dentry *debugfs_bypass_smmu;
456 struct dentry *debugfs_disable_bigpage;
455#endif 457#endif
456 struct gk20a_ctxsw_ucode_info ctxsw_ucode_info; 458 struct gk20a_ctxsw_ucode_info ctxsw_ucode_info;
457 459