summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu
diff options
context:
space:
mode:
authorseshendra Gadagottu <sgadagottu@nvidia.com>2017-11-15 17:14:30 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2018-04-03 20:05:12 -0400
commitb49ee3fe2b07ac9f75d0fa4d496b8eceddaad9ce (patch)
tree0e6277955e02c7bfa411b3d230e9b544d0b759dd /drivers/gpu/nvgpu
parent0ccb0bfc8790dffd583ec744fc4cb7d110812575 (diff)
gpu: nvgpu: gv11b: enable rail gating
Enable gpu rail gating with idle delay of 500msec. Bug 2051863 Change-Id: I1bdfc1b3db38dff871cd5d62542dd51efbd07496 Signed-off-by: seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1640557 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: Seema Khowala <seemaj@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu')
-rw-r--r--drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c b/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c
index bc40d0dd..0e8e173f 100644
--- a/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c
+++ b/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c
@@ -219,6 +219,8 @@ struct gk20a_platform gv11b_tegra_platform = {
219 .probe = gv11b_tegra_probe, 219 .probe = gv11b_tegra_probe,
220 .late_probe = gv11b_tegra_late_probe, 220 .late_probe = gv11b_tegra_late_probe,
221 .remove = gv11b_tegra_remove, 221 .remove = gv11b_tegra_remove,
222 .railgate_delay_init = 500,
223 .can_railgate_init = true,
222 224
223 .can_slcg = true, 225 .can_slcg = true,
224 .can_blcg = true, 226 .can_blcg = true,