msm: camera: cpas: Enhance cpas dump with more info
1. Add more triggers to save cpas state info. IFE EOF, ReqBufDone 2. Save camnoc fill levels in each cpas log state 3. Print camnoc QoS settings in cpas state dump for debug purpose. Though these are static settings, printing will help in making sure correct settings are applied. CRs-Fixed: 2814346 Change-Id: Ic3018c5f7fdeaac3a123c6d046eb5e6a34a675e7 Signed-off-by: Pavan Kumar Chilamkurthi <pchilamk@codeaurora.org>
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include "cam_isp_context.h"
|
||||
#include "cam_common_util.h"
|
||||
#include "cam_req_mgr_debug.h"
|
||||
#include "cam_cpas_api.h"
|
||||
|
||||
static const char isp_dev_name[] = "cam-isp";
|
||||
|
||||
@@ -862,6 +863,8 @@ static int __cam_isp_ctx_handle_buf_done_for_req_list(
|
||||
ctx_isp->req_info.last_bufdone_req_id = req->request_id;
|
||||
}
|
||||
|
||||
cam_cpas_notify_event("IFE BufDone", buf_done_req_id);
|
||||
|
||||
__cam_isp_ctx_update_state_monitor_array(ctx_isp,
|
||||
CAM_ISP_STATE_CHANGE_TRIGGER_DONE, buf_done_req_id);
|
||||
|
||||
|
Reference in New Issue
Block a user