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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 8f097cac..5efa846d 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1086,11 +1086,7 @@ struct gk20a {
1086 struct railgate_stats pstats; 1086 struct railgate_stats pstats;
1087#endif 1087#endif
1088 u32 gr_idle_timeout_default; 1088 u32 gr_idle_timeout_default;
1089#if LINUX_VERSION_CODE < KERNEL_VERSION(4,4,0)
1090 u32 timeouts_enabled;
1091#else
1092 bool timeouts_enabled; 1089 bool timeouts_enabled;
1093#endif
1094 unsigned int ch_wdt_timeout_ms; 1090 unsigned int ch_wdt_timeout_ms;
1095 1091
1096 struct nvgpu_mutex poweron_lock; 1092 struct nvgpu_mutex poweron_lock;
@@ -1102,11 +1098,7 @@ struct gk20a {
1102 u32 timeslice_high_priority_us; 1098 u32 timeslice_high_priority_us;
1103 u32 min_timeslice_us; 1099 u32 min_timeslice_us;
1104 u32 max_timeslice_us; 1100 u32 max_timeslice_us;
1105#if LINUX_VERSION_CODE < KERNEL_VERSION(4,4,0)
1106 u32 runlist_interleave;
1107#else
1108 bool runlist_interleave; 1101 bool runlist_interleave;
1109#endif
1110 1102
1111 bool slcg_enabled; 1103 bool slcg_enabled;
1112 bool blcg_enabled; 1104 bool blcg_enabled;