Merge "msm: camera: uapi: Add new event causes" into camera-kernel.lnx.5.0
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
e15c969d3b
@@ -455,6 +455,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)
|
||||
@@ -467,6 +469,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