mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
2279d375dad82fc715b4636cf6e59994ca810870
+ Updates the DLA0 enumeration logic (added by Gerrit 2945452) and limits it to single instance boards only + On boards with 2 DLAs, the above logic caused DLA0 to be initialized with DLA1 config and vice-versa. Reason: DLA instances can be probed/initialized in any order. The first DLA to call nvdla_probe() was enumerated as DLA0. But the DLA init was done in accordance with the actual HW instance ID, resulting in device node mismatch. Bug 4233463 Signed-off-by: Akshata Bhat <akshatab@nvidia.com> Change-Id: Ic054ebdae4aec95fdc50dc068cf1a6f6ecf928bf Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2958902 Reviewed-by: Arvind M <am@nvidia.com> Reviewed-by: Mitch Harwell <mharwell@nvidia.com> Reviewed-by: Amit Sharma (SW-TEGRA) <amisharma@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Description
No description provided