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

Commit 8779da48 authored by Mukund Madhusudan Atre's avatar Mukund Madhusudan Atre
Browse files

msm: camera: isp: Add appropriate cpas version check during bw vote



Adding correct cpas version during vfe axi voting which determines
the appropriate cpas handle to be passed to cpas.

Change-Id: I3608adebcbdc9cdc60c6fae122d2a36d316626e0
Signed-off-by: default avatarMukund Madhusudan Atre <matre@codeaurora.org>
parent e62ea311
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ static int cam_vfe_top_ver3_set_axi_bw_vote(
	for (cpashdl_type = 0; cpashdl_type < CAM_CPAS_HANDLE_MAX;
		cpashdl_type++) {

		if ((soc_private->cpas_version != CAM_CPAS_TITAN_480_V100)
		if ((soc_private->cpas_version != CAM_CPAS_TITAN_175_V120)
			&& cpashdl_type)
			continue;