msm: camera: uapi: Add new event causes
Add new sync event causes for ICP, ISP, JPEG. Add new ICP V4L2 error events. CRs-Fixed: 3035452 Change-Id: Ie3a12281e7e6eeadc8361ba050ff51bdf80c4e65 Signed-off-by: sokchetra eung <eung@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
13d3e00200
commit
56e4765c6a
@@ -454,6 +454,8 @@ struct cam_mem_cache_ops_cmd {
|
||||
* @CAM_REQ_MGR_CSID_MISSING_PKT_HDR_DATA : Lesser data received in packet header than expected
|
||||
* @CAM_REQ_MGR_CSID_ERR_ON_SENSOR_SWITCHING : Fatal Error encountered while switching the sensors
|
||||
* @CAM_REQ_MGR_CSID_UNBOUNDED_FRAME : No EOF in the frame or the frame started with eof
|
||||
* @CAM_REQ_MGR_ICP_NO_MEMORY : ICP No Memory
|
||||
* @CAM_REQ_MGR_ICP_ERROR_SYSTEM_FAILURE : ICP system failure
|
||||
*/
|
||||
#define CAM_REQ_MGR_ISP_UNREPORTED_ERROR 0
|
||||
#define CAM_REQ_MGR_LINK_STALLED_ERROR BIT(0)
|
||||
@@ -466,6 +468,8 @@ struct cam_mem_cache_ops_cmd {
|
||||
#define CAM_REQ_MGR_CSID_MISSING_PKT_HDR_DATA BIT(7)
|
||||
#define CAM_REQ_MGR_CSID_ERR_ON_SENSOR_SWITCHING BIT(8)
|
||||
#define CAM_REQ_MGR_CSID_UNBOUNDED_FRAME BIT(9)
|
||||
#define CAM_REQ_MGR_ICP_NO_MEMORY BIT(10)
|
||||
#define CAM_REQ_MGR_ICP_SYSTEM_FAILURE BIT(11)
|
||||
|
||||
/**
|
||||
* struct cam_req_mgr_error_msg
|
||||
|
Reference in New Issue
Block a user