Merge "msm: camera: isp: Remove bubble re-apply recovery mechanism" into camera-kernel.lnx.4.0

This commit is contained in:
Camera Software Integration
2020-07-28 16:12:42 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 1 additions and 45 deletions

View File

@@ -226,7 +226,6 @@ struct cam_isp_context_event_record {
* @substate_actiavted: Current substate for the activated state.
* @process_bubble: Atomic variable to check if ctx is still
* processing bubble.
* @bubble_frame_cnt: Count number of frames since the req is in bubble
* @substate_machine: ISP substate machine for external interface
* @substate_machine_irq: ISP substate machine for irq handling
* @req_base: Common request object storage
@@ -267,7 +266,6 @@ struct cam_isp_context {
uint32_t frame_id_meta;
uint32_t substate_activated;
atomic_t process_bubble;
uint32_t bubble_frame_cnt;
struct cam_ctx_ops *substate_machine;
struct cam_isp_ctx_irq_ops *substate_machine_irq;