Loading drivers/media/platform/msm/camera/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_soc.c +2 −2 Original line number Diff line number Diff line Loading @@ -129,8 +129,8 @@ int cam_ife_csid_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 = CAM_CPAS_DEFAULT_AXI_BW; axi_vote.uncompressed_bw = CAM_CPAS_DEFAULT_AXI_BW; CAM_DBG(CAM_ISP, "csid vote compressed_bw:%lld uncompressed_bw:%lld", axi_vote.compressed_bw, axi_vote.uncompressed_bw); Loading Loading
drivers/media/platform/msm/camera/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_soc.c +2 −2 Original line number Diff line number Diff line Loading @@ -129,8 +129,8 @@ int cam_ife_csid_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 = CAM_CPAS_DEFAULT_AXI_BW; axi_vote.uncompressed_bw = CAM_CPAS_DEFAULT_AXI_BW; CAM_DBG(CAM_ISP, "csid vote compressed_bw:%lld uncompressed_bw:%lld", axi_vote.compressed_bw, axi_vote.uncompressed_bw); Loading