msm: camera: req_mgr: Handle apply failure
Handle apply failure in workqueue. Add recovery mechanism to recovery in req_mgr to handle frame out of sync issue. CRs-Fixed: 2997164 Change-Id: I0e04571b3a31d7a879a7aa579c1f0be51c233277 Signed-off-by: Ayush Kumar <ayushkr@codeaurora.org>
这个提交包含在:

提交者
Gerrit - the friendly Code Review server

父节点
4baa6ec428
当前提交
f428aed04a
@@ -84,13 +84,13 @@
|
||||
* @CAM_REQ_MGR_SYNC_MODE_NO_SYNC: Req mgr will apply non-sync mode for this
|
||||
* request.
|
||||
* @CAM_REQ_MGR_SYNC_MODE_SYNC: Req mgr will apply sync mode for this request.
|
||||
* @CAM_REQ_MGR_SYNC_MODE_TRANSITION_SYNC: Req mgr will apply transition sync
|
||||
* @CAM_REQ_MGR_SYNC_MODE_INITIAL_SYNC: Req mgr will apply initial sync
|
||||
* mode for this request. Only first few request before sync mode will apply
|
||||
* transition sync mode.
|
||||
*/
|
||||
#define CAM_REQ_MGR_SYNC_MODE_NO_SYNC 0
|
||||
#define CAM_REQ_MGR_SYNC_MODE_SYNC 1
|
||||
#define CAM_REQ_MGR_SYNC_MODE_TRANSITION_SYNC 2
|
||||
#define CAM_REQ_MGR_SYNC_MODE_INITIAL_SYNC 2
|
||||
|
||||
/**
|
||||
* struct cam_req_mgr_event_data
|
||||
|
在新工单中引用
屏蔽一个用户