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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/platform_gk20a.h b/drivers/gpu/nvgpu/os/linux/platform_gk20a.h
index 3a0227a1..a19d0a7c 100644
--- a/drivers/gpu/nvgpu/os/linux/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/os/linux/platform_gk20a.h
@@ -74,7 +74,7 @@ struct gk20a_platform {
74 struct reset_control *reset_control; 74 struct reset_control *reset_control;
75#endif 75#endif
76 /* valid TPC-MASK */ 76 /* valid TPC-MASK */
77 u32 valid_tpc_mask; 77 u32 valid_tpc_mask[MAX_TPC_PG_CONFIGS];
78 78
79 /* Delay before rail gated */ 79 /* Delay before rail gated */
80 int railgate_delay_init; 80 int railgate_delay_init;