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

Commit 86afe4d2 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" into camera-kernel.lnx.3.1

parents 1eb9cf9a 397738b9
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++;