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

Commit be0697de authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: ope: Increase max bl limit and max stripe to process" into...

Merge "msm: camera: ope: Increase max bl limit and max stripe to process" into camera-kernel.lnx.4.0
parents 7ad290b3 4fbb1700
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

/**