msm: camera: isp: Remove isp state monitor from struct cam_isp_context
Now isp state monitor is moved into dbg_monitors, but some function is still using isp state monitor in struct cam_isp_context. we should use isp state monitor in dbg_monitors and need to remove isp state monitor from struct cam_isp_context. CRs-Fixed: 3514701 Change-Id: Ib993f25234654ad5be74617d6ddb82355ece33bc Signed-off-by: mingpan <quic_mingpan@quicinc.com>
This commit is contained in:

committed by
Camera Software Integration

parent
16cf3baad7
commit
9d1dd49705
@@ -402,9 +402,6 @@ struct cam_isp_context {
|
||||
uint32_t aeb_error_cnt;
|
||||
uint32_t out_of_sync_cnt;
|
||||
uint32_t congestion_cnt;
|
||||
atomic64_t state_monitor_head;
|
||||
struct cam_isp_context_state_monitor cam_isp_ctx_state_monitor[
|
||||
CAM_ISP_CTX_STATE_MONITOR_MAX_ENTRIES];
|
||||
struct cam_isp_context_req_id_info req_info;
|
||||
struct cam_isp_context_debug_monitors dbg_monitors;
|
||||
bool rdi_only_context;
|
||||
|
Reference in New Issue
Block a user