summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/platform_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/platform_gk20a.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
index f4301dab..f142cb9f 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
@@ -76,6 +76,12 @@ struct gk20a_platform {
76 /* Adaptative ELPG: true = enable flase = disable */ 76 /* Adaptative ELPG: true = enable flase = disable */
77 bool enable_aelpg; 77 bool enable_aelpg;
78 78
79 /* Enable SMMU bypass by default */
80 bool bypass_smmu;
81
82 /* Disable big page support */
83 bool disable_bigpage;
84
79 /* 85 /*
80 * gk20a_do_idle() API can take GPU either into rail gate or CAR reset 86 * gk20a_do_idle() API can take GPU either into rail gate or CAR reset
81 * This flag can be used to force CAR reset case instead of rail gate 87 * This flag can be used to force CAR reset case instead of rail gate