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>
This commit is contained in:
Seshendra Gadagottu
2014-10-01 15:05:17 -07:00
committed by Dan Willemsen
parent ce32b25751
commit ef575c5a2a

View File

@@ -562,7 +562,7 @@ struct gk20a_platform gm20b_tegra_platform = {
.has_syncpoints = true,
/* power management configuration */
.railgate_delay = INT_MAX,
.railgate_delay = 500,
.clockgate_delay = 50,
/* Disable all power features for gm20b */
.can_railgate = true,