mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
video: tegra: host: nvdla: Align max buffers per task limit
- Max buffers per task limit was reduced to 384 recently as per all usecases from UMD - Rename the macro to MAX_NVDLA_BUFFERS_PER_TASK to avoid conflict with another macro defined in nvdla_inf.h - Reflect this change in uapi Jira DLA-4376 Change-Id: I7d2f19901db5273ae2ae2ba7be504223c2f59e4e Signed-off-by: Anup Mahindre <amahindre@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2517621 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Laxman Dewangan
parent
c5b179e99d
commit
ae34c03649
@@ -174,7 +174,7 @@ struct nvdla_ioctl_submit_task {
|
||||
__u8 num_sof_timestamps;
|
||||
__u8 num_eof_timestamps;
|
||||
__u8 reserved0[1];
|
||||
#define NVDLA_MAX_BUFFERS_PER_TASK (6144)
|
||||
#define MAX_NVDLA_BUFFERS_PER_TASK (384U)
|
||||
__u32 num_addresses;
|
||||
__u16 flags;
|
||||
__u16 reserved1;
|
||||
|
||||
Reference in New Issue
Block a user