mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 10:42:21 +03:00
fd7ba26524b2baaa30dd583b07e8a9e53831f44d
Removing the dynamic memory allocation done for task in the submit call. Allocate the fixed task memory array based on maximum task that can be supported per queue during nvhost_queue_alloc call. On task submit call obtain a task memory from pool based on availability. Free that memory when task is done. Deallocate task pool memory on nvhost_queue_free call. JIRA PVA-189 Change-Id: I93e89325c1c35a46bdf579dce6aae18c2bfe7183 Signed-off-by: Vinod G <vinodg@nvidia.com> Reviewed-on: http://git-master/r/1264027 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Description
No description provided