From c5b3d0951879fbd5d08cd1c5e3728c93b2721399 Mon Sep 17 00:00:00 2001 From: Vedashree Vidwans Date: Tue, 10 May 2022 08:08:30 -0700 Subject: [PATCH] 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 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2710503 Reviewed-by: svcacv Reviewed-by: Omar Nemri Reviewed-by: svc_kernel_abi Reviewed-by: svc-mobile-coverity Reviewed-by: svc-mobile-cert GVS: Gerrit_Virtual_Submit --- hal/t234/t234_hwpm_ip_utils.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hal/t234/t234_hwpm_ip_utils.c b/hal/t234/t234_hwpm_ip_utils.c index 7612bc2..bbc52ff 100644 --- a/hal/t234/t234_hwpm_ip_utils.c +++ b/hal/t234/t234_hwpm_ip_utils.c @@ -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(),