summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDeepak Goyal <dgoyal@nvidia.com>2018-02-14 00:40:27 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2018-03-06 15:18:24 -0500
commit70fb27bb6c128c761b4b1649a5b019e430cd697d (patch)
tree10b4eace2a0823e93ba6abcce1c910b1b6640ab3 /drivers
parentacbbd4e3579ca13d8501f8d3e8ae20fcf3bd198c (diff)
gpu: nvgpu: gv11b: Enable aELPG.
Bug 2046561 Change-Id: I625db1797d699f6e74374535a836ab1c1b0a19ce Signed-off-by: Deepak Goyal <dgoyal@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1657214 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Tested-by: Seshendra Gadagottu <sgadagottu@nvidia.com> GVS: Gerrit_Virtual_Submit 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')
-rw-r--r--drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c1
1 files changed, 1 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 407cd27f..bc40d0dd 100644
--- a/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c
+++ b/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c
@@ -231,6 +231,7 @@ struct gk20a_platform gv11b_tegra_platform = {
231 /* power management configuration */ 231 /* power management configuration */
232 .enable_elpg = true, 232 .enable_elpg = true,
233 .can_elpg_init = true, 233 .can_elpg_init = true,
234 .enable_aelpg = true,
234 235
235 /* power management callbacks */ 236 /* power management callbacks */
236 .suspend = gv11b_tegra_suspend, 237 .suspend = gv11b_tegra_suspend,