mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
246e62b38e2472d06912b3dc7916e0316a8c16be
When dla resumes back from system sleep, it should not send any bandwidth request through ICC framework since it is in idle state. In the job submit path for dla, nvhost will try to wakeup the device through nvhost_module_busy, and the associated runtime resume callback is called in the dla driver. This is the time dla driver should send bandwidth request to BPMP for bandwidth allocation through ICC framework. Bug 4478515 Signed-off-by: Johnny Liu <johnliu@nvidia.com> Change-Id: Ie4b5cfad6593bd058860ee3be467d6a2384f1b5d Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3067369 Reviewed-by: Rajkumar Kasirajan <rkasirajan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Description
No description provided