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 PVA
PVA <-> HWPM interface is ready to be merged. Remove force enable of PVA in HWPM driver. Bug 3333034 Change-Id: Ide331e654ac0beaf0bcbdb987b726938927c6d54 Signed-off-by: Vedashree Vidwans <vvidwans@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2710503 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Omar Nemri <onemri@nvidia.com> Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com> Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
mobile promotions
parent
ea5e4e406b
commit
c5b3d09518
@@ -195,14 +195,6 @@ int t234_hwpm_force_enable_ips(struct tegra_soc_hwpm *hwpm)
|
||||
goto fail;
|
||||
}
|
||||
|
||||
/* PVA */
|
||||
ret = tegra_hwpm_set_fs_info_ip_ops(hwpm, NULL,
|
||||
addr_map_pva0_pm_base_r(),
|
||||
T234_HWPM_IP_PVA, true);
|
||||
if (ret != 0) {
|
||||
goto fail;
|
||||
}
|
||||
|
||||
/* NVDLA */
|
||||
ret = tegra_hwpm_set_fs_info_ip_ops(hwpm, NULL,
|
||||
addr_map_nvdla0_base_r(),
|
||||
|
||||
Reference in New Issue
Block a user