Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4fbb1700 authored by Vikram Sharma's avatar Vikram Sharma
Browse files

msm: camera: ope: Increase max bl limit and max stripe to process



Increase “OPE_MAX_CDM_BLS” to 32 from 24 and MAX_STRIPES to 64 from 48
to process 108M frame.

CRs-Fixed: 3082993
Change-Id: I9e3631cc86c5e10e4e2020d4a9b2264ea282e437
Signed-off-by: default avatarVikram Sharma <vikramsa@codeaurora.org>
parent f49b4dd0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@
#define OPE_CMDS                  OPE_MAX_CMD_BUFS
#define CAM_MAX_IN_RES            8

#define OPE_MAX_CDM_BLS           24
#define OPE_MAX_CDM_BLS           32

#define CAM_OPE_MAX_PER_PATH_VOTES 6
#define CAM_OPE_BW_CONFIG_UNKNOWN  0
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@
#define OPE_MAX_IO_BUFS                     (OPE_OUT_RES_MAX + OPE_IN_RES_MAX)
#define OPE_MAX_PASS                        1
#define OPE_MAX_PLANES                      2
#define OPE_MAX_STRIPES                     48
#define OPE_MAX_STRIPES                     64
#define OPE_MAX_BATCH_SIZE                  16

/**