summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 2f35df71..c56b28bb 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -245,14 +245,8 @@ struct mm_gk20a {
245 bool sw_ready; 245 bool sw_ready;
246 int physical_bits; 246 int physical_bits;
247 bool use_full_comp_tag_line; 247 bool use_full_comp_tag_line;
248#ifdef CONFIG_DEBUG_FS 248 bool ltc_enabled_current;
249 u32 ltc_enabled; 249 bool ltc_enabled_target;
250#if LINUX_VERSION_CODE < KERNEL_VERSION(4,4,0)
251 u32 ltc_enabled_debug;
252#else
253 bool ltc_enabled_debug;
254#endif
255#endif
256#if LINUX_VERSION_CODE < KERNEL_VERSION(4,4,0) 250#if LINUX_VERSION_CODE < KERNEL_VERSION(4,4,0)
257 u32 bypass_smmu; 251 u32 bypass_smmu;
258 u32 disable_bigpage; 252 u32 disable_bigpage;