mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 02:01:36 +03:00
video: tegra: host: nvdla: update max addresses/task
- also update firmware version to 0.11.1 todo: - kmd should inherit max addresses/task as firmware's exported interface and so should UMD as well - the suitable refactor is tracked in : Jira DLA-251 JIRA DLA-609 Change-Id: I5b198a38cf602cd922dbd4cb0f4b21ba8b7ef580 Signed-off-by: Gunjan Mehta <gmehta@nvidia.com> Signed-off-by: Prashant Gaikwad <pgaikwad@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1612916 Reviewed-by: Mitch Harwell <mharwell@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Amit Sharma (SW-TEGRA) <amisharma@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
30427bb55e
commit
0e40b46ed5
@@ -21,7 +21,7 @@
|
||||
|
||||
#define FIRMWARE_VERSION_MAJOR 0x00
|
||||
#define FIRMWARE_VERSION_MINOR 0x0b
|
||||
#define FIRMWARE_VERSION_SUBMINOR 0x00
|
||||
#define FIRMWARE_VERSION_SUBMINOR 0x01
|
||||
|
||||
static inline uint32_t dla_version(void)
|
||||
{
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
/**
|
||||
* Maximum number of buffers per task
|
||||
*/
|
||||
#define MAX_NUM_NVDLA_BUFFERS_PER_TASK 256
|
||||
#define MAX_NUM_NVDLA_BUFFERS_PER_TASK 512
|
||||
|
||||
/**
|
||||
* Trace Buffer Size
|
||||
|
||||
Reference in New Issue
Block a user