Loading drivers/media/platform/msm/camera/cam_isp/isp_hw_mgr/cam_ife_hw_mgr.c +2 −1 Original line number Diff line number Diff line Loading @@ -1809,7 +1809,6 @@ static int cam_ife_mgr_stop_hw(void *hw_mgr_priv, void *stop_hw_args) if (cam_cdm_stream_off(ctx->cdm_handle)) CAM_ERR(CAM_ISP, "CDM stream off failed %d", ctx->cdm_handle); cam_tasklet_stop(ctx->common.tasklet_info); CAM_DBG(CAM_ISP, "Going to stop IFE Mux"); Loading @@ -1831,6 +1830,8 @@ static int cam_ife_mgr_stop_hw(void *hw_mgr_priv, void *stop_hw_args) } } cam_tasklet_stop(ctx->common.tasklet_info); /* * If Context does not have PIX resources and has only RDI resource * then take the first base index. Loading drivers/media/platform/msm/camera/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/vfe_bus/cam_vfe_bus_ver2.c +1 −1 Original line number Diff line number Diff line Loading @@ -2847,7 +2847,7 @@ static int cam_vfe_bus_process_cmd( case CAM_ISP_HW_CMD_STOP_BUS_ERR_IRQ: bus_priv = (struct cam_vfe_bus_ver2_priv *) priv; if (bus_priv->error_irq_handle) { CAM_INFO(CAM_ISP, "Mask off bus error irq handler"); CAM_DBG(CAM_ISP, "Mask off bus error irq handler"); rc = cam_irq_controller_unsubscribe_irq( bus_priv->common_data.bus_irq_controller, bus_priv->error_irq_handle); Loading drivers/media/platform/msm/camera/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/vfe_top/cam_vfe_top_ver2.c +1 −1 Original line number Diff line number Diff line Loading @@ -275,7 +275,7 @@ static int cam_vfe_top_clock_update( } if (hw_info->hw_state != CAM_HW_STATE_POWER_UP) { CAM_ERR_RATE_LIMIT(CAM_ISP, CAM_DBG(CAM_ISP, "VFE:%d Not ready to set clocks yet :%d", res->hw_intf->hw_idx, hw_info->hw_state); Loading Loading
drivers/media/platform/msm/camera/cam_isp/isp_hw_mgr/cam_ife_hw_mgr.c +2 −1 Original line number Diff line number Diff line Loading @@ -1809,7 +1809,6 @@ static int cam_ife_mgr_stop_hw(void *hw_mgr_priv, void *stop_hw_args) if (cam_cdm_stream_off(ctx->cdm_handle)) CAM_ERR(CAM_ISP, "CDM stream off failed %d", ctx->cdm_handle); cam_tasklet_stop(ctx->common.tasklet_info); CAM_DBG(CAM_ISP, "Going to stop IFE Mux"); Loading @@ -1831,6 +1830,8 @@ static int cam_ife_mgr_stop_hw(void *hw_mgr_priv, void *stop_hw_args) } } cam_tasklet_stop(ctx->common.tasklet_info); /* * If Context does not have PIX resources and has only RDI resource * then take the first base index. Loading
drivers/media/platform/msm/camera/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/vfe_bus/cam_vfe_bus_ver2.c +1 −1 Original line number Diff line number Diff line Loading @@ -2847,7 +2847,7 @@ static int cam_vfe_bus_process_cmd( case CAM_ISP_HW_CMD_STOP_BUS_ERR_IRQ: bus_priv = (struct cam_vfe_bus_ver2_priv *) priv; if (bus_priv->error_irq_handle) { CAM_INFO(CAM_ISP, "Mask off bus error irq handler"); CAM_DBG(CAM_ISP, "Mask off bus error irq handler"); rc = cam_irq_controller_unsubscribe_irq( bus_priv->common_data.bus_irq_controller, bus_priv->error_irq_handle); Loading
drivers/media/platform/msm/camera/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/vfe_top/cam_vfe_top_ver2.c +1 −1 Original line number Diff line number Diff line Loading @@ -275,7 +275,7 @@ static int cam_vfe_top_clock_update( } if (hw_info->hw_state != CAM_HW_STATE_POWER_UP) { CAM_ERR_RATE_LIMIT(CAM_ISP, CAM_DBG(CAM_ISP, "VFE:%d Not ready to set clocks yet :%d", res->hw_intf->hw_idx, hw_info->hw_state); Loading