Loading drivers/media/platform/msm/camera/cam_cpas/cam_cpas_hw.c +11 −3 Original line number Diff line number Diff line Loading @@ -592,12 +592,20 @@ static int cam_cpas_util_set_camnoc_axi_clk_rate( CAM_DBG(CAM_CPAS, "Setting camnoc axi clk rate : %llu %d", required_camnoc_bw, clk_rate); /* * CPAS hw is not powered on for the first client. * Also, clk_rate will be overwritten with default * value while power on. So, skipping this for first * client. */ if (cpas_core->streamon_clients) { rc = cam_soc_util_set_src_clk_rate(soc_info, clk_rate); if (rc) CAM_ERR(CAM_CPAS, "Failed in setting camnoc axi clk %llu %d %d", required_camnoc_bw, clk_rate, rc); } } return rc; } Loading Loading
drivers/media/platform/msm/camera/cam_cpas/cam_cpas_hw.c +11 −3 Original line number Diff line number Diff line Loading @@ -592,12 +592,20 @@ static int cam_cpas_util_set_camnoc_axi_clk_rate( CAM_DBG(CAM_CPAS, "Setting camnoc axi clk rate : %llu %d", required_camnoc_bw, clk_rate); /* * CPAS hw is not powered on for the first client. * Also, clk_rate will be overwritten with default * value while power on. So, skipping this for first * client. */ if (cpas_core->streamon_clients) { rc = cam_soc_util_set_src_clk_rate(soc_info, clk_rate); if (rc) CAM_ERR(CAM_CPAS, "Failed in setting camnoc axi clk %llu %d %d", required_camnoc_bw, clk_rate, rc); } } return rc; } Loading