mirror of
git://nv-tegra.nvidia.com/linux-hwpm.git
synced 2025-12-22 17:30:40 +03:00
tegra: hwpm: remove force enable of MSS IPs
MC <-> HWPM interface is merged. Remove force enable of MSS IPs in HWPM driver. Bug 3333049 Change-Id: I473f02729d805836fe683f25112b26aab7166050 Signed-off-by: Vedashree Vidwans <vvidwans@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2710513 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: Vasuki Shankar <vasukis@nvidia.com> Reviewed-by: Seema Khowala <seemaj@nvidia.com> Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
mobile promotions
parent
6fa5d10ca0
commit
f992d78140
@@ -264,30 +264,6 @@ int t234_hwpm_force_enable_ips(struct tegra_soc_hwpm *hwpm)
|
||||
goto fail;
|
||||
}*/
|
||||
|
||||
/* MSS CHANNEL */
|
||||
ret = tegra_hwpm_set_fs_info_ip_ops(hwpm, NULL,
|
||||
addr_map_mcb_base_r(),
|
||||
T234_HWPM_IP_MSS_CHANNEL, true);
|
||||
if (ret != 0) {
|
||||
goto fail;
|
||||
}
|
||||
|
||||
/* MSS ISO NISO HUBS */
|
||||
ret = tegra_hwpm_set_fs_info_ip_ops(hwpm, NULL,
|
||||
addr_map_mcb_base_r(),
|
||||
T234_HWPM_IP_MSS_ISO_NISO_HUBS, true);
|
||||
if (ret != 0) {
|
||||
goto fail;
|
||||
}
|
||||
|
||||
/* MSS MCF */
|
||||
ret = tegra_hwpm_set_fs_info_ip_ops(hwpm, NULL,
|
||||
addr_map_mcb_base_r(),
|
||||
T234_HWPM_IP_MSS_MCF, true);
|
||||
if (ret != 0) {
|
||||
goto fail;
|
||||
}
|
||||
|
||||
/* MSS GPU HUB */
|
||||
ret = tegra_hwpm_set_fs_info_ip_ops(hwpm, NULL,
|
||||
addr_map_mss_nvlink_1_base_r(),
|
||||
|
||||
Reference in New Issue
Block a user