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

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

Merge "msm: camera: isp: Vote AXI BW to run at turbo" into dev/msm-4.9-camx

parents 3ca340cf 846635ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -112,8 +112,8 @@ int cam_vfe_enable_soc_resources(struct cam_hw_soc_info *soc_info)
	ahb_vote.type       = CAM_VOTE_ABSOLUTE;
	ahb_vote.vote.level = CAM_SVS_VOTE;

	axi_vote.compressed_bw   = 640000000;
	axi_vote.uncompressed_bw = 640000000;
	axi_vote.compressed_bw   = 10640000000L;
	axi_vote.uncompressed_bw = 10640000000L;

	rc = cam_cpas_start(soc_private->cpas_handle, &ahb_vote, &axi_vote);
	if (rc) {