Loading drivers/cam_isp/cam_isp_context.c +5 −5 Original line number Diff line number Diff line Loading @@ -4315,7 +4315,7 @@ static struct cam_isp_ctx_irq_ops __cam_isp_ctx_rdi_only_sof_in_top_state, __cam_isp_ctx_reg_upd_in_sof, NULL, NULL, __cam_isp_ctx_notify_eof_in_activated_state, NULL, }, }, Loading @@ -4326,7 +4326,7 @@ static struct cam_isp_ctx_irq_ops __cam_isp_ctx_rdi_only_sof_in_applied_state, NULL, NULL, NULL, __cam_isp_ctx_notify_eof_in_activated_state, __cam_isp_ctx_buf_done_in_applied, }, }, Loading @@ -4337,7 +4337,7 @@ static struct cam_isp_ctx_irq_ops __cam_isp_ctx_rdi_only_sof_in_top_state, NULL, NULL, NULL, __cam_isp_ctx_notify_eof_in_activated_state, __cam_isp_ctx_buf_done_in_epoch, }, }, Loading @@ -4348,7 +4348,7 @@ static struct cam_isp_ctx_irq_ops __cam_isp_ctx_rdi_only_sof_in_bubble_state, __cam_isp_ctx_rdi_only_reg_upd_in_bubble_state, NULL, NULL, __cam_isp_ctx_notify_eof_in_activated_state, __cam_isp_ctx_buf_done_in_bubble, }, }, Loading @@ -4359,7 +4359,7 @@ static struct cam_isp_ctx_irq_ops __cam_isp_ctx_rdi_only_sof_in_bubble_applied, __cam_isp_ctx_rdi_only_reg_upd_in_bubble_applied_state, NULL, NULL, __cam_isp_ctx_notify_eof_in_activated_state, __cam_isp_ctx_buf_done_in_bubble_applied, }, }, Loading drivers/cam_isp/isp_hw_mgr/cam_ife_hw_mgr.c +8 −0 Original line number Diff line number Diff line Loading @@ -7990,6 +7990,14 @@ static int cam_ife_hw_mgr_handle_hw_eof( case CAM_ISP_HW_VFE_IN_RDI1: case CAM_ISP_HW_VFE_IN_RDI2: case CAM_ISP_HW_VFE_IN_RDI3: if (!ife_hw_mgr_ctx->is_rdi_only_context) break; if (atomic_read(&ife_hw_mgr_ctx->overflow_pending)) break; ife_hw_irq_eof_cb(ife_hw_mgr_ctx->common.cb_priv, CAM_ISP_HW_EVENT_EOF, (void *)&eof_done_event_data); break; case CAM_ISP_HW_VFE_IN_PDLIB: case CAM_ISP_HW_VFE_IN_LCR: break; Loading drivers/cam_isp/isp_hw_mgr/cam_tfe_hw_mgr.c +6 −0 Original line number Diff line number Diff line Loading @@ -5649,6 +5649,12 @@ static int cam_tfe_hw_mgr_handle_hw_eof( case CAM_ISP_HW_TFE_IN_RDI0: case CAM_ISP_HW_TFE_IN_RDI1: case CAM_ISP_HW_TFE_IN_RDI2: if (!tfe_hw_mgr_ctx->is_rdi_only_context) break; if (atomic_read(&tfe_hw_mgr_ctx->overflow_pending)) break; tfe_hw_irq_eof_cb(tfe_hw_mgr_ctx->common.cb_priv, CAM_ISP_HW_EVENT_EOF, (void *)&eof_done_event_data); break; default: Loading Loading
drivers/cam_isp/cam_isp_context.c +5 −5 Original line number Diff line number Diff line Loading @@ -4315,7 +4315,7 @@ static struct cam_isp_ctx_irq_ops __cam_isp_ctx_rdi_only_sof_in_top_state, __cam_isp_ctx_reg_upd_in_sof, NULL, NULL, __cam_isp_ctx_notify_eof_in_activated_state, NULL, }, }, Loading @@ -4326,7 +4326,7 @@ static struct cam_isp_ctx_irq_ops __cam_isp_ctx_rdi_only_sof_in_applied_state, NULL, NULL, NULL, __cam_isp_ctx_notify_eof_in_activated_state, __cam_isp_ctx_buf_done_in_applied, }, }, Loading @@ -4337,7 +4337,7 @@ static struct cam_isp_ctx_irq_ops __cam_isp_ctx_rdi_only_sof_in_top_state, NULL, NULL, NULL, __cam_isp_ctx_notify_eof_in_activated_state, __cam_isp_ctx_buf_done_in_epoch, }, }, Loading @@ -4348,7 +4348,7 @@ static struct cam_isp_ctx_irq_ops __cam_isp_ctx_rdi_only_sof_in_bubble_state, __cam_isp_ctx_rdi_only_reg_upd_in_bubble_state, NULL, NULL, __cam_isp_ctx_notify_eof_in_activated_state, __cam_isp_ctx_buf_done_in_bubble, }, }, Loading @@ -4359,7 +4359,7 @@ static struct cam_isp_ctx_irq_ops __cam_isp_ctx_rdi_only_sof_in_bubble_applied, __cam_isp_ctx_rdi_only_reg_upd_in_bubble_applied_state, NULL, NULL, __cam_isp_ctx_notify_eof_in_activated_state, __cam_isp_ctx_buf_done_in_bubble_applied, }, }, Loading
drivers/cam_isp/isp_hw_mgr/cam_ife_hw_mgr.c +8 −0 Original line number Diff line number Diff line Loading @@ -7990,6 +7990,14 @@ static int cam_ife_hw_mgr_handle_hw_eof( case CAM_ISP_HW_VFE_IN_RDI1: case CAM_ISP_HW_VFE_IN_RDI2: case CAM_ISP_HW_VFE_IN_RDI3: if (!ife_hw_mgr_ctx->is_rdi_only_context) break; if (atomic_read(&ife_hw_mgr_ctx->overflow_pending)) break; ife_hw_irq_eof_cb(ife_hw_mgr_ctx->common.cb_priv, CAM_ISP_HW_EVENT_EOF, (void *)&eof_done_event_data); break; case CAM_ISP_HW_VFE_IN_PDLIB: case CAM_ISP_HW_VFE_IN_LCR: break; Loading
drivers/cam_isp/isp_hw_mgr/cam_tfe_hw_mgr.c +6 −0 Original line number Diff line number Diff line Loading @@ -5649,6 +5649,12 @@ static int cam_tfe_hw_mgr_handle_hw_eof( case CAM_ISP_HW_TFE_IN_RDI0: case CAM_ISP_HW_TFE_IN_RDI1: case CAM_ISP_HW_TFE_IN_RDI2: if (!tfe_hw_mgr_ctx->is_rdi_only_context) break; if (atomic_read(&tfe_hw_mgr_ctx->overflow_pending)) break; tfe_hw_irq_eof_cb(tfe_hw_mgr_ctx->common.cb_priv, CAM_ISP_HW_EVENT_EOF, (void *)&eof_done_event_data); break; default: Loading