msm: camera: isp: reduce bufdone error logs

If buf done error come for same applied request id then log
only once. Change the bufdone deferred logs to debug logs.

CRs-Fixed: 2824276
Change-Id: I870708bfb0c4f0ad0a1fade3a7e334551d055c73
Signed-off-by: Ravikishore Pampana <rpampana@codeaurora.org>
This commit is contained in:
Ravikishore Pampana
2020-11-22 18:17:12 +05:30
parent ce18cf3937
commit 1f9cc4f48c
2 changed files with 29 additions and 8 deletions

View File

@@ -277,6 +277,7 @@ struct cam_isp_context_event_record {
* decide whether to apply request in offline ctx
* @workq: Worker thread for offline ife
* @trigger_id: ID provided by CRM for each ctx on the link
* @last_bufdone_err_apply_req_id: last bufdone error apply request id
*
*/
struct cam_isp_context {
@@ -323,6 +324,7 @@ struct cam_isp_context {
atomic_t rxd_epoch;
struct cam_req_mgr_core_workq *workq;
int32_t trigger_id;
int64_t last_bufdone_err_apply_req_id;
};
/**