mirror of
git://nv-tegra.nvidia.com/linux-hwpm.git
synced 2025-12-22 17:30:40 +03:00
The driver will use brute force approach and iterate over the static instance/element array when the corresponding *_overlimit is set to true. However, during initialization the driver may still allocate a dynamic array for the instance/element, which will be unused (waisted). This patch reuse the *overlimit option to also disable the dynamic allocation. This is also needed to configure IP that has instances without a regular address stride pattern, like the routers in different dielets in next4. JIRA MSST-832 Change-Id: Ia616435c38f27962a1632e3d08eb3e9cfe9f0ba8 Signed-off-by: Besar Wicaksono <bwicaksono@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-hwpm/+/3298868 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Yifei Wan <ywan@nvidia.com> Reviewed-by: Vasuki Shankar <vasukis@nvidia.com>