summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-07-27 16:31:32 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-08-04 12:24:02 -0400
commit972c42fddf13f658242a4f92124e5fcf194672b3 (patch)
tree8b679b522be90f8980fb05d2641fbb9eaca768d6 /drivers/gpu/nvgpu/gk20a/gk20a.h
parentb8efd9d04537d6129e2ce8b067417e46b0e7436f (diff)
gpu: nvgpu: Move debugfs fields to os_linux
Move all Linux specific debugfs dentry fields to struct nvgpu_os_linux. JIRA NVGPU-62 Change-Id: I615620005f5d042943dd2e478c1629bcc912c550 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1528263 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index f7b714f2..83cdeb3f 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1147,22 +1147,6 @@ struct gk20a {
1147 1147
1148 struct nvgpu_spinlock ltc_enabled_lock; 1148 struct nvgpu_spinlock ltc_enabled_lock;
1149 1149
1150#ifdef CONFIG_DEBUG_FS
1151 struct dentry *debugfs_ltc_enabled;
1152 struct dentry *debugfs_timeouts_enabled;
1153 struct dentry *debugfs_gr_idle_timeout_default;
1154 struct dentry *debugfs_bypass_smmu;
1155 struct dentry *debugfs_disable_bigpage;
1156 struct dentry *debugfs_gr_default_attrib_cb_size;
1157
1158 struct dentry *debugfs_timeslice_low_priority_us;
1159 struct dentry *debugfs_timeslice_medium_priority_us;
1160 struct dentry *debugfs_timeslice_high_priority_us;
1161 struct dentry *debugfs_runlist_interleave;
1162 struct dentry *debugfs_allocators;
1163 struct dentry *debugfs_xve;
1164 struct dentry *debugfs_kmem;
1165#endif
1166 struct gk20a_ctxsw_ucode_info ctxsw_ucode_info; 1150 struct gk20a_ctxsw_ucode_info ctxsw_ucode_info;
1167 1151
1168 /* 1152 /*