mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
drivers: video: Remove legacy code regarding bwmgr
CONFIG_TEGRA_BWMGR is a downstream solution in the kernel before K5.15, and the implementation now is completed moved to BPMP side. Since it is not supported anymore, remove the legacy code for maintainability. Bug 4955427 Change-Id: If639871f286ba84177e31a351757e25ce621905b Signed-off-by: Johnny Liu <johnliu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3248364 Reviewed-by: Jon Hunter <jonathanh@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com>
This commit is contained in:
@@ -230,12 +230,12 @@ int tegra_camera_update_isobw(void)
|
|||||||
|
|
||||||
dev_dbg(info->dev, "%s:Set iso bw %lu kbyteps at %lu KHz\n",
|
dev_dbg(info->dev, "%s:Set iso bw %lu kbyteps at %lu KHz\n",
|
||||||
__func__, bw, total_khz);
|
__func__, bw, total_khz);
|
||||||
#if !defined(CONFIG_TEGRA_BWMGR)
|
|
||||||
ret = clk_set_rate(info->iso_emc, total_khz * 1000);
|
ret = clk_set_rate(info->iso_emc, total_khz * 1000);
|
||||||
if (ret)
|
if (ret)
|
||||||
dev_err(info->dev, "%s:Failed to set iso bw\n",
|
dev_err(info->dev, "%s:Failed to set iso bw\n",
|
||||||
__func__);
|
__func__);
|
||||||
#endif
|
|
||||||
/*
|
/*
|
||||||
* Request to ISOMGR or ICC depending on chip version.
|
* Request to ISOMGR or ICC depending on chip version.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user