소스 검색

msm: camera: ope: Fix OPE AHB voting issue

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

CRs-Fixed: 2594541
Change-Id: I5bf8c0b1315a351abd80341100bdaf42333c4c24
Signed-off-by: Suresh Vankadara <[email protected]>
Suresh Vankadara 5 년 전
부모
커밋
f1f6915ed4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      drivers/cam_ope/ope_hw_mgr/cam_ope_hw_mgr.c

+ 1 - 0
drivers/cam_ope/ope_hw_mgr/cam_ope_hw_mgr.c

@@ -2158,6 +2158,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;