From 7be6e1468930eeb0adfbea606febfc743d882b3f Mon Sep 17 00:00:00 2001 From: seshendra Gadagottu Date: Thu, 11 Jan 2018 14:31:18 -0800 Subject: gpu: nvgpu: gv11b: enable clock gating features Enable ELCG, BLCG and SLCG features. Bug 2051863 Change-Id: Id2c67c94c7b2dd0517d4ee4b0280aeb19f3fe35a Signed-off-by: seshendra Gadagottu Reviewed-on: https://git-master.nvidia.com/r/1646302 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c') diff --git a/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c b/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c index 16593f6b..5240480e 100644 --- a/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c +++ b/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c @@ -208,12 +208,12 @@ struct gk20a_platform gv11b_tegra_platform = { .late_probe = gv11b_tegra_late_probe, .remove = gv11b_tegra_remove, - .enable_slcg = false, - .enable_blcg = false, - .enable_elcg = false, - .can_slcg = false, - .can_blcg = false, - .can_elcg = false, + .can_slcg = true, + .can_blcg = true, + .can_elcg = true, + .enable_slcg = true, + .enable_blcg = true, + .enable_elcg = true, .enable_perfmon = true, /* power management callbacks */ -- cgit v1.2.2