Loading drivers/cam_isp/cam_isp_context.c +3 −1 Original line number Diff line number Diff line Loading @@ -1280,7 +1280,9 @@ static int __cam_isp_ctx_notify_sof_in_activated_state( } list_for_each_entry(req, &ctx->active_req_list, list) { if (req->request_id > ctx_isp->reported_req_id) { req_isp = (struct cam_isp_ctx_req *) req->req_priv; if ((!req_isp->bubble_detected) && (req->request_id > ctx_isp->reported_req_id)) { request_id = req->request_id; ctx_isp->reported_req_id = request_id; __cam_isp_ctx_update_event_record(ctx_isp, Loading Loading
drivers/cam_isp/cam_isp_context.c +3 −1 Original line number Diff line number Diff line Loading @@ -1280,7 +1280,9 @@ static int __cam_isp_ctx_notify_sof_in_activated_state( } list_for_each_entry(req, &ctx->active_req_list, list) { if (req->request_id > ctx_isp->reported_req_id) { req_isp = (struct cam_isp_ctx_req *) req->req_priv; if ((!req_isp->bubble_detected) && (req->request_id > ctx_isp->reported_req_id)) { request_id = req->request_id; ctx_isp->reported_req_id = request_id; __cam_isp_ctx_update_event_record(ctx_isp, Loading