Loading drivers/media/platform/msm/camera/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/cam_vfe_soc.c +2 −2 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
drivers/media/platform/msm/camera/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/cam_vfe_soc.c +2 −2 Original line number Diff line number Diff line Loading @@ -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) { Loading