Loading drivers/cam_cdm/cam_cdm_hw_core.c +0 −1 Original line number Diff line number Diff line Loading @@ -964,7 +964,6 @@ int cam_hw_cdm_submit_bl(struct cam_hw_info *cdm_hw, rc = -EIO; break; } write_count--; } } else { CAM_ERR(CAM_CDM, Loading drivers/cam_isp/isp_hw_mgr/cam_tfe_hw_mgr.c +3 −3 Original line number Diff line number Diff line Loading @@ -2787,15 +2787,15 @@ static int cam_tfe_mgr_stop_hw(void *hw_mgr_priv, void *stop_hw_args) wait_for_completion(&ctx->config_done_complete); if (ctx->is_tpg) cam_tfe_hw_mgr_stop_hw_res(&ctx->res_list_tpg); if (stop_isp->stop_only) goto end; if (cam_cdm_stream_off(ctx->cdm_handle)) CAM_ERR(CAM_ISP, "CDM stream off failed %d", ctx->cdm_handle); if (ctx->is_tpg) cam_tfe_hw_mgr_stop_hw_res(&ctx->res_list_tpg); cam_tfe_hw_mgr_deinit_hw(ctx); CAM_DBG(CAM_ISP, Loading drivers/cam_ope/ope_hw_mgr/cam_ope_hw_mgr.h +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ #define OPE_CMDS OPE_MAX_CMD_BUFS #define CAM_MAX_IN_RES 8 #define OPE_MAX_CDM_BLS 16 #define OPE_MAX_CDM_BLS 24 #define CAM_OPE_MAX_PER_PATH_VOTES 6 #define CAM_OPE_BW_CONFIG_UNKNOWN 0 Loading drivers/cam_ope/ope_hw_mgr/ope_hw/ope_core.c +1 −0 Original line number Diff line number Diff line Loading @@ -393,6 +393,7 @@ static int cam_ope_dev_prepare_cdm_request( ope_request->ope_kmd_buf.offset; cdm_cmd->cmd[i].len = len; cdm_cmd->cmd[i].arbitrate = arbitrate; cdm_cmd->cmd[i].enable_debug_gen_irq = false; cdm_cmd->cmd_arrary_count++; Loading Loading
drivers/cam_cdm/cam_cdm_hw_core.c +0 −1 Original line number Diff line number Diff line Loading @@ -964,7 +964,6 @@ int cam_hw_cdm_submit_bl(struct cam_hw_info *cdm_hw, rc = -EIO; break; } write_count--; } } else { CAM_ERR(CAM_CDM, Loading
drivers/cam_isp/isp_hw_mgr/cam_tfe_hw_mgr.c +3 −3 Original line number Diff line number Diff line Loading @@ -2787,15 +2787,15 @@ static int cam_tfe_mgr_stop_hw(void *hw_mgr_priv, void *stop_hw_args) wait_for_completion(&ctx->config_done_complete); if (ctx->is_tpg) cam_tfe_hw_mgr_stop_hw_res(&ctx->res_list_tpg); if (stop_isp->stop_only) goto end; if (cam_cdm_stream_off(ctx->cdm_handle)) CAM_ERR(CAM_ISP, "CDM stream off failed %d", ctx->cdm_handle); if (ctx->is_tpg) cam_tfe_hw_mgr_stop_hw_res(&ctx->res_list_tpg); cam_tfe_hw_mgr_deinit_hw(ctx); CAM_DBG(CAM_ISP, Loading
drivers/cam_ope/ope_hw_mgr/cam_ope_hw_mgr.h +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ #define OPE_CMDS OPE_MAX_CMD_BUFS #define CAM_MAX_IN_RES 8 #define OPE_MAX_CDM_BLS 16 #define OPE_MAX_CDM_BLS 24 #define CAM_OPE_MAX_PER_PATH_VOTES 6 #define CAM_OPE_BW_CONFIG_UNKNOWN 0 Loading
drivers/cam_ope/ope_hw_mgr/ope_hw/ope_core.c +1 −0 Original line number Diff line number Diff line Loading @@ -393,6 +393,7 @@ static int cam_ope_dev_prepare_cdm_request( ope_request->ope_kmd_buf.offset; cdm_cmd->cmd[i].len = len; cdm_cmd->cmd[i].arbitrate = arbitrate; cdm_cmd->cmd[i].enable_debug_gen_irq = false; cdm_cmd->cmd_arrary_count++; Loading