msm: camera: reqmgr: Add more error codes in uapi file
Add support for Missing EOT and long packet corruption error codes. CRs-Fixed: 3026930 Change-Id: I10088e0aff95782d8fa9ceff0e73ecf08b6a02dd Signed-off-by: Jigar Agrawal <quic_jigar@quicinc.com>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
023cd45ecd
commit
31ccd86693
@@ -457,6 +457,8 @@ struct cam_mem_cache_ops_cmd {
|
||||
* @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
|
||||
* @CAM_REQ_MGR_CSID_MISSING_EOT : CSID is missing EOT on one or more lanes
|
||||
* @CAM_REQ_MGR_CSID_RX_PKT_PAYLOAD_CORRUPTION : CSID long packet payload CRC mismatch
|
||||
*/
|
||||
#define CAM_REQ_MGR_ISP_UNREPORTED_ERROR 0
|
||||
#define CAM_REQ_MGR_LINK_STALLED_ERROR BIT(0)
|
||||
@@ -471,6 +473,8 @@ struct cam_mem_cache_ops_cmd {
|
||||
#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)
|
||||
#define CAM_REQ_MGR_CSID_MISSING_EOT BIT(12)
|
||||
#define CAM_REQ_MGR_CSID_RX_PKT_PAYLOAD_CORRUPTION BIT(13)
|
||||
|
||||
/**
|
||||
* struct cam_req_mgr_error_msg
|
||||
|
Reference in New Issue
Block a user