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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
index 02a5e519..c2c73b9c 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
@@ -91,6 +91,15 @@ struct gk20a_platform {
91 /* Engine Level Clock Gating: true = enable flase = disable */ 91 /* Engine Level Clock Gating: true = enable flase = disable */
92 bool enable_elcg; 92 bool enable_elcg;
93 93
94 /* Should be populated at probe. */
95 bool can_slcg;
96
97 /* Should be populated at probe. */
98 bool can_blcg;
99
100 /* Should be populated at probe. */
101 bool can_elcg;
102
94 /* Engine Level Power Gating: true = enable flase = disable */ 103 /* Engine Level Power Gating: true = enable flase = disable */
95 bool enable_elpg; 104 bool enable_elpg;
96 105