msm: camera: isp: Add epd Blob support
This change adds blob support to disable CSID EOT IRQ in case of high data rate sensors which sends EPD instead of EOT. CRs-Fixed: 2566158 Change-Id: I8ac6d2281a6510d3702f3b651e2c7ca2391afe6c Signed-off-by: Prakasha Nayak <pnayak@codeaurora.org>
This commit is contained in:

committed by
Karthik Jayakumar

parent
8d05aad1b0
commit
8dc1774e8b
@@ -102,6 +102,7 @@
|
||||
#define CAM_ISP_GENERIC_BLOB_TYPE_IFE_CORE_CONFIG 7
|
||||
#define CAM_ISP_GENERIC_BLOB_TYPE_VFE_OUT_CONFIG 8
|
||||
#define CAM_ISP_GENERIC_BLOB_TYPE_BW_CONFIG_V2 9
|
||||
#define CAM_ISP_GENERIC_BLOB_TYPE_CSID_CONFIG 10
|
||||
#define CAM_ISP_GENERIC_BLOB_TYPE_CSID_QCFA_CONFIG 12
|
||||
|
||||
#define CAM_ISP_VC_DT_CFG 4
|
||||
@@ -699,6 +700,15 @@ struct cam_isp_vfe_out_config {
|
||||
struct cam_isp_vfe_wm_config wm_config[1];
|
||||
};
|
||||
|
||||
/**
|
||||
* struct cam_isp_csid_epd_config - Support for EPD Packet config
|
||||
*
|
||||
* @is_epd_sensor : flag to check if epd supported
|
||||
*/
|
||||
struct cam_isp_csid_epd_config {
|
||||
uint32_t is_epd_supported;
|
||||
};
|
||||
|
||||
#define CAM_ISP_ACQUIRE_COMMON_VER0 0x1000
|
||||
|
||||
#define CAM_ISP_ACQUIRE_COMMON_SIZE_VER0 0x0
|
||||
|
Reference in New Issue
Block a user