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

Commit 397738b9 authored by Rishabh Jain's avatar Rishabh Jain
Browse files

msm: camera: ope: Increase max bl limit



Increase max bl limit for OPE to 24 to support maximum
48 stripes.

CRs-Fixed: 2761455
Change-Id: I961be1344fac0084649df321225e94a50d4e5a98
Signed-off-by: default avatarRishabh Jain <risjai@codeaurora.org>
parent 3b6dc3d4
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           16
#define OPE_MAX_CDM_BLS           24

#define CAM_OPE_MAX_PER_PATH_VOTES 6
#define CAM_OPE_BW_CONFIG_UNKNOWN  0
+1 −0
Original line number Diff line number Diff line
@@ -393,6 +393,7 @@ static int cam_ope_dev_prepare_cdm_request(
		ope_request->ope_kmd_buf.offset;
	cdm_cmd->cmd[i].len = len;
	cdm_cmd->cmd[i].arbitrate = arbitrate;
	cdm_cmd->cmd[i].enable_debug_gen_irq = false;

	cdm_cmd->cmd_arrary_count++;