|
@@ -3334,19 +3334,17 @@ static int cam_ife_mgr_stop_hw(void *hw_mgr_priv, void *stop_hw_args)
|
|
|
cam_ife_hw_mgr_stop_hw_res(hw_mgr_res);
|
|
|
}
|
|
|
|
|
|
+ cam_tasklet_stop(ctx->common.tasklet_info);
|
|
|
+
|
|
|
cam_ife_mgr_pause_hw(ctx);
|
|
|
|
|
|
- if (stop_isp->stop_only) {
|
|
|
- cam_tasklet_stop(ctx->common.tasklet_info);
|
|
|
+ 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);
|
|
|
|
|
|
cam_ife_hw_mgr_deinit_hw(ctx);
|
|
|
- cam_tasklet_stop(ctx->common.tasklet_info);
|
|
|
-
|
|
|
CAM_DBG(CAM_ISP,
|
|
|
"Stop success for ctx id:%d rc :%d", ctx->ctx_index, rc);
|
|
|
|