summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/platform_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/platform_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/os/linux/platform_gk20a.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/platform_gk20a.h b/drivers/gpu/nvgpu/os/linux/platform_gk20a.h
index d9725e4c..a4c3eca3 100644
--- a/drivers/gpu/nvgpu/os/linux/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/os/linux/platform_gk20a.h
@@ -44,6 +44,9 @@ struct gk20a_platform {
44 bool can_railgate_init; 44 bool can_railgate_init;
45 45
46 /* Should be populated at probe. */ 46 /* Should be populated at probe. */
47 bool can_tpc_powergate;
48
49 /* Should be populated at probe. */
47 bool can_elpg_init; 50 bool can_elpg_init;
48 51
49 /* Should be populated at probe. */ 52 /* Should be populated at probe. */
@@ -71,6 +74,8 @@ struct gk20a_platform {
71 /* Reset control for device */ 74 /* Reset control for device */
72 struct reset_control *reset_control; 75 struct reset_control *reset_control;
73#endif 76#endif
77 /* valid TPC-MASK */
78 u32 valid_tpc_mask;
74 79
75 /* Delay before rail gated */ 80 /* Delay before rail gated */
76 int railgate_delay_init; 81 int railgate_delay_init;