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

Commit 488bd904 authored by Jeyaprakash Soundrapandian's avatar Jeyaprakash Soundrapandian Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: icp: Keep AHB vote at SVS" into dev/msm-4.9-camx

parents 6303a93e 178cecbc
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -380,8 +380,8 @@ static int32_t cam_icp_ctx_timer(void *priv, void *data)
	ctx_data->clk_info.base_clk = 0;

	clk_update.ahb_vote.type = CAM_VOTE_DYNAMIC;
	clk_update.ahb_vote.vote.freq = clk_info->curr_clk;
	clk_update.ahb_vote_valid = true;
	clk_update.ahb_vote.vote.freq = 0;
	clk_update.ahb_vote_valid = false;
	clk_update.axi_vote.compressed_bw = clk_info->compressed_bw;
	clk_update.axi_vote.uncompressed_bw = clk_info->uncompressed_bw;
	clk_update.axi_vote_valid = true;
@@ -1006,8 +1006,8 @@ static int cam_icp_update_cpas_vote(struct cam_icp_hw_mgr *hw_mgr,
	}

	clk_update.ahb_vote.type = CAM_VOTE_DYNAMIC;
	clk_update.ahb_vote.vote.freq = clk_info->curr_clk;
	clk_update.ahb_vote_valid = true;
	clk_update.ahb_vote.vote.freq = 0;
	clk_update.ahb_vote_valid = false;
	clk_update.axi_vote.compressed_bw = clk_info->compressed_bw;
	clk_update.axi_vote.uncompressed_bw = clk_info->uncompressed_bw;
	clk_update.axi_vote_valid = true;