gpu: nvgpu: ga10b: set can_slcg/blcg/elcg to true

Add capability to enable/disable clock gating power
features by setting can_xxcg capabilities to
true. The cg features are disabled on tot and will be
enabled once verification is done.

Jira NVGPU-7033
Bug 200766930

Change-Id: I2d2aa25b7c84f3c4de0b12fd6d845a8f792bfd2d
Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2584540
Reviewed-by: svcacv <svcacv@nvidia.com>
Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com>
Reviewed-by: Alex Waterman <alexw@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Seshendra Gadagottu
2021-07-22 02:51:59 -07:00
committed by mobile promotions
parent bb5bffe571
commit 135e056e9e

View File

@@ -326,9 +326,9 @@ struct gk20a_platform ga10b_tegra_platform = {
.set_tpc_pg_mask = ga10b_tegra_set_tpc_pg_mask,
.can_slcg = false,
.can_blcg = false,
.can_elcg = false,
.can_slcg = true,
.can_blcg = true,
.can_elcg = true,
.enable_slcg = false,
.enable_blcg = false,
.enable_elcg = false,