|
@@ -1343,7 +1343,6 @@ static int cam_tfe_csid_enable_hw(struct cam_tfe_csid_hw *csid_hw)
|
|
|
csid_hw->fatal_err_detected = false;
|
|
|
csid_hw->device_enabled = 1;
|
|
|
spin_unlock_irqrestore(&csid_hw->spin_lock, flags);
|
|
|
- cam_tasklet_start(csid_hw->tasklet);
|
|
|
|
|
|
if (csid_hw->pxl_pipe_enable ) {
|
|
|
path_data = (struct cam_tfe_csid_path_cfg *)
|
|
@@ -1415,8 +1414,6 @@ static int cam_tfe_csid_disable_hw(struct cam_tfe_csid_hw *csid_hw)
|
|
|
cam_io_w_mb(0, soc_info->reg_map[0].mem_base +
|
|
|
csid_reg->cmn_reg->csid_top_irq_mask_addr);
|
|
|
|
|
|
- cam_tasklet_stop(csid_hw->tasklet);
|
|
|
-
|
|
|
rc = cam_tfe_csid_disable_soc_resources(soc_info);
|
|
|
if (rc)
|
|
|
CAM_ERR(CAM_ISP, "CSID:%d Disable CSID SOC failed",
|