mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
drivers: video: tegra: host: nvdla: update max addr/task
- bump the number to 6144 to unblock resnet-50 for GTC unless KMD has a better solution Jira DLA-609 Change-Id: I92787ffd2ef53a7169bda776ece7452e36b8f8a3 Signed-off-by: Gunjan Mehta <gmehta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1683015 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
466b80d901
commit
cff582e014
@@ -75,7 +75,7 @@
|
||||
/**
|
||||
* Maximum number of buffers per task
|
||||
*/
|
||||
#define MAX_NUM_NVDLA_BUFFERS_PER_TASK 4096
|
||||
#define MAX_NUM_NVDLA_BUFFERS_PER_TASK 6144
|
||||
|
||||
/**
|
||||
* Trace Buffer Size
|
||||
|
||||
Reference in New Issue
Block a user