summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSeshendra Gadagottu <sgadagottu@nvidia.com>2014-10-01 18:05:17 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:12:12 -0400
commitef575c5a2aa230070a7d9926f921fd7c43454af1 (patch)
treef58214b21a42b3c4d6c5e27a9be2f3800afa34f4 /drivers
parentce32b25751c704050f4992c8e33b015c909fc808 (diff)
nvgpu: gm20b: set rail gating delay to 500msec
Enable gpu rail gating by setting rail-gating delay to 500msec instead of INT_MAX. Bug 1552464 Bug 200040882 Change-Id: I64e779fc5b3a0c04997d8874025c71812948602a Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/552700 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Mitch Luban <mluban@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c b/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
index 30f7e79a..415e4020 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
@@ -562,7 +562,7 @@ struct gk20a_platform gm20b_tegra_platform = {
562 .has_syncpoints = true, 562 .has_syncpoints = true,
563 563
564 /* power management configuration */ 564 /* power management configuration */
565 .railgate_delay = INT_MAX, 565 .railgate_delay = 500,
566 .clockgate_delay = 50, 566 .clockgate_delay = 50,
567 /* Disable all power features for gm20b */ 567 /* Disable all power features for gm20b */
568 .can_railgate = true, 568 .can_railgate = true,