summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/platform_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/platform_gk20a.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/platform_gk20a.h b/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
index 60e71a74..6994677e 100644
--- a/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
@@ -106,9 +106,6 @@ struct gk20a_platform {
106 /* Timeout for per-channel watchdog (in mS) */ 106 /* Timeout for per-channel watchdog (in mS) */
107 u32 ch_wdt_timeout_ms; 107 u32 ch_wdt_timeout_ms;
108 108
109 /* Enable SMMU bypass by default */
110 bool bypass_smmu;
111
112 /* Disable big page support */ 109 /* Disable big page support */
113 bool disable_bigpage; 110 bool disable_bigpage;
114 111