msm: camera: isp: Improvements to logging in VFE and CSID
This commit fixes minor issues in logging in VFE and CSID drivers along with major fixes and improvements -- issue CSID global reset after fatal error, extending debug register parsing for IFE Lite, fix clipping of text due to limited buffer size in RX error log printing. CRs-Fixed: 2977145 Change-Id: I4eacfc60264911b0597ece7693877fc1fb6976eb Signed-off-by: Anand Ravi <ananravi@codeaurora.org>
This commit is contained in:
@@ -317,6 +317,8 @@ void cam_print_to_buffer(char *buf, const size_t buf_size, size_t *len, unsigned
|
||||
#define CAM_INFO_BUF(module_id, buf, buf_size, len, fmt, args...) \
|
||||
cam_print_to_buffer(buf, buf_size, len, CAM_TYPE_INFO, module_id, fmt, ##args)
|
||||
|
||||
#define CAM_BOOL_TO_YESNO(val) ((val) ? "Y" : "N")
|
||||
|
||||
/**
|
||||
* struct cam_cpas_debug_settings - Sysfs debug settings for cpas driver
|
||||
*/
|
||||
|
Reference in New Issue
Block a user