summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c b/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c
index 96acf24b..6e54d00b 100644
--- a/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c
+++ b/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c
@@ -370,6 +370,9 @@ struct gk20a_platform gp10b_tegra_platform = {
370 /* power management configuration */ 370 /* power management configuration */
371 .railgate_delay_init = 500, 371 .railgate_delay_init = 500,
372 372
373 /* ldiv slowdown factor */
374 .ldiv_slowdown_factor_init = SLOWDOWN_FACTOR_FPDIV_BY16,
375
373 /* power management configuration */ 376 /* power management configuration */
374 .can_railgate_init = true, 377 .can_railgate_init = true,
375 .enable_elpg = true, 378 .enable_elpg = true,