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

Commit 846635ba authored by Pavan Kumar Chilamkurthi's avatar Pavan Kumar Chilamkurthi
Browse files

msm: camera: isp: Vote AXI BW to run at turbo



Increase the voting for AXI bandwidth so that all camera
AXI clocks run at turbo. This is a workaround for the
IFE overflow issue in 4K recording use case.

Change-Id: If38b3d5dcbd931f6993f016a1a4e911ecc93453d
Signed-off-by: default avatarPavan Kumar Chilamkurthi <pchilamk@codeaurora.org>
parent f14cbbfb
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) {