mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 09:42:19 +03:00
drivers: video: tegra: host: nvdla: increase address list size
Some large networks need number of addresses more than 512. Increase the limit to 4K. Change-Id: I5880f0ecce566ec5d4da3cec3ed2346a868fadce Signed-off-by: Prashant Gaikwad <pgaikwad@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1644471 GVS: Gerrit_Virtual_Submit Reviewed-by: Mitch Harwell <mharwell@nvidia.com> Tested-by: Mitch Harwell <mharwell@nvidia.com> Reviewed-by: Ken Adams <kadams@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Laxman Dewangan
parent
0f2266c47a
commit
961a5dfbcc
@@ -75,7 +75,7 @@
|
||||
/**
|
||||
* Maximum number of buffers per task
|
||||
*/
|
||||
#define MAX_NUM_NVDLA_BUFFERS_PER_TASK 512
|
||||
#define MAX_NUM_NVDLA_BUFFERS_PER_TASK 4096
|
||||
|
||||
/**
|
||||
* Trace Buffer Size
|
||||
|
||||
Reference in New Issue
Block a user