msm: camera: isp: Add support for QCFA CSID binning
Add support to configure CSID binning for QCFA. Change-Id: I9e2673d89f521a4b4fddc41ad1217ffe229d8b01 Signed-off-by: Tejas Prajapati <tpraja@codeaurora.org> Signed-off-by: Trishansh Bhardwaj <tbhardwa@codeaurora.org> Signed-off-by: Jigarkumar Zala <jzala@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
a89607a875
commit
f458d1d231
@@ -525,6 +525,19 @@ int cam_cpas_get_hw_info(
|
||||
int cam_cpas_get_cpas_hw_version(
|
||||
uint32_t *hw_version);
|
||||
|
||||
/**
|
||||
* cam_cpas_is_feature_supported()
|
||||
*
|
||||
* @brief: API to get camera features
|
||||
*
|
||||
* @flag : Camera hw features to check
|
||||
*
|
||||
* @return 1 if feature is supported
|
||||
*
|
||||
*/
|
||||
int cam_cpas_is_feature_supported(
|
||||
uint32_t flag);
|
||||
|
||||
/**
|
||||
* cam_cpas_axi_util_path_type_to_string()
|
||||
*
|
||||
|
Reference in New Issue
Block a user