mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 01:50:07 +03:00
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:
committed by
mobile promotions
parent
bb5bffe571
commit
135e056e9e
@@ -326,9 +326,9 @@ struct gk20a_platform ga10b_tegra_platform = {
|
|||||||
|
|
||||||
.set_tpc_pg_mask = ga10b_tegra_set_tpc_pg_mask,
|
.set_tpc_pg_mask = ga10b_tegra_set_tpc_pg_mask,
|
||||||
|
|
||||||
.can_slcg = false,
|
.can_slcg = true,
|
||||||
.can_blcg = false,
|
.can_blcg = true,
|
||||||
.can_elcg = false,
|
.can_elcg = true,
|
||||||
.enable_slcg = false,
|
.enable_slcg = false,
|
||||||
.enable_blcg = false,
|
.enable_blcg = false,
|
||||||
.enable_elcg = false,
|
.enable_elcg = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user