mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
gpu: nvgpu: ga10b: disable elpg
Engine Level Power Gating(ELPG) for ga10b is enabled on tot for silicon. elpg needs to be enabled only after verification on silicon and after stress testing the feature. To avoid issues during ga10b bring-up with unverified ELPG feature, disable it by setting both can_elpg_init and elpg_enable to false in ga10b platform data. Jira NVGPU-7033 Change-Id: I664d6e031339aa912b78769bd58a4e6d77dca1d0 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2564197 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com> Reviewed-by: Seema Khowala <seemaj@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: Krishna Reddy <vdumpa@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
0f59efb2cd
commit
00e67e0798
@@ -268,9 +268,9 @@ struct gk20a_platform ga10b_tegra_platform = {
|
||||
.enable_perfmon = true,
|
||||
|
||||
/* power management configuration JIRA NVGPU-4683 */
|
||||
.enable_elpg = true,
|
||||
.enable_elpg = false,
|
||||
.enable_elpg_ms = true,
|
||||
.can_elpg_init = true,
|
||||
.can_elpg_init = false,
|
||||
.enable_aelpg = false,
|
||||
|
||||
/* power management callbacks */
|
||||
|
||||
Reference in New Issue
Block a user