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

Commit e21a3213 authored by Suresh Vankadara's avatar Suresh Vankadara
Browse files

msm: camera: ope: Fix OPE AHB voting issue



Initialize AHB voting variable in OPE acquire
to fix AHB voting issue for OPE.

CRs-Fixed: 2580645
Change-Id: I5bf8c0b1315a351abd80341100bdaf42333c4c24
Signed-off-by: default avatarSuresh Vankadara <svankada@codeaurora.org>
parent b9ae9bed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2147,6 +2147,7 @@ static int cam_ope_mgr_acquire_hw(void *hw_priv, void *hw_acquire_args)
		}
	}

	bw_update.ahb_vote_valid = false;
	for (i = 0; i < ope_hw_mgr->num_ope; i++) {
		bw_update.axi_vote.num_paths = 1;
		bw_update.axi_vote_valid = true;