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.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
index 4e454140..c343ad27 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
@@ -61,6 +61,21 @@ struct gk20a_platform {
61 /* Delay before clock gated */ 61 /* Delay before clock gated */
62 int clockgate_delay; 62 int clockgate_delay;
63 63
64 /* Second Level Clock Gating: true = enable false = disable */
65 bool enable_slcg;
66
67 /* Block Level Clock Gating: true = enable flase = disable */
68 bool enable_blcg;
69
70 /* Engine Level Clock Gating: true = enable flase = disable */
71 bool enable_elcg;
72
73 /* Engine Level Power Gating: true = enable flase = disable */
74 bool enable_elpg;
75
76 /* Adaptative ELPG: true = enable flase = disable */
77 bool enable_aelpg;
78
64 /* Initialize the platform interface of the gk20a driver. 79 /* Initialize the platform interface of the gk20a driver.
65 * 80 *
66 * The platform implementation of this function must 81 * The platform implementation of this function must