mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 01:31:30 +03:00
When BPMP BWMGR receives ICC avg_bw requests from different memory clients, it will sum up all avg_bw values together and use it to determine the final EMC frequency. Transitioning to ICC peak_bw requests will cause BPMP to evaluate the bandwidth requirements of each memory client individually, selecting the maximum bandwidth request from among all the clients to determine the final EMC frequency. This modification prevents excessive memory bandwidth allocation when multiple host1x clients collaborate for data processing. Currently, host1x clients request the full theoretical 100% data bandwidth, even though the system typically doesn't fully utilize that amount during runtime. To address the issue of insufficient memory bandwidth when multiple host1x clients are used together, we can reduce the boost_up_threshold value of cactmon DFS. This adjustment ensures that when actual memory bandwidth utilization surpasses the specified boost-up bandwidth threshold, EMC frequency will be further scaled by one step further to alleviate the problem. Bug 4328471 Signed-off-by: Johnny Liu <johnliu@nvidia.com> Change-Id: I826a374666f38718652c5cae449c0aadeabfbdb5 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2996561 Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
19 KiB
19 KiB