summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSeshendra Gadagottu <sgadagottu@nvidia.com>2015-10-08 12:43:26 -0400
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:52:10 -0500
commitacc62a236fa631c8bd75ac9c6234fc9ae4187f38 (patch)
tree014aad0c3a07c0a708ec4697d83d4e399b9596b8 /drivers
parentd730381f938e67313968c76b34fec0c6f79f0532 (diff)
gpu: nvgpu: gp10b: enable power gating
Enable engine level power gating(elpg) Bug 200144583 Change-Id: I66f3be841625c2c9e07cafbf19af8f1dbdbfd390 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/818637 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c b/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
index 6abb70c3..8bddff3d 100644
--- a/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
+++ b/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
@@ -3,7 +3,7 @@
3 * 3 *
4 * GK20A Tegra Platform Interface 4 * GK20A Tegra Platform Interface
5 * 5 *
6 * Copyright (c) 2014-2015, NVIDIA CORPORATION. All rights reserved. 6 * Copyright (c) 2014-2016, NVIDIA CORPORATION. All rights reserved.
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify it 8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms and conditions of the GNU General Public License, 9 * under the terms and conditions of the GNU General Public License,
@@ -296,7 +296,7 @@ struct gk20a_platform t18x_gpu_tegra_platform = {
296 296
297 /* power management configuration */ 297 /* power management configuration */
298 .can_railgate = false, 298 .can_railgate = false,
299 .enable_elpg = false, 299 .enable_elpg = true,
300 .enable_blcg = true, 300 .enable_blcg = true,
301 .enable_slcg = true, 301 .enable_slcg = true,
302 .enable_elcg = true, 302 .enable_elcg = true,