msm: camera: cdm: Enable internal CDM
Add support to acquire IFE CDM instead of CPAS CDM. CRs-Fixed: 2571273 Change-Id: Iea3bcf236d00d39bf19e0997e6d21efcd5406a61 Signed-off-by: Jigar Agrawal <jigar@codeaurora.org> Signed-off-by: Vishalsingh Hajeri <vhajeri@codeaurora.org>
This commit is contained in:
@@ -222,6 +222,14 @@ int cam_cdm_stream_off(uint32_t handle);
|
||||
*/
|
||||
int cam_cdm_reset_hw(uint32_t handle);
|
||||
|
||||
/**
|
||||
* @brief : API to publish CDM ops to HW blocks like IFE
|
||||
*
|
||||
* @return : CDM operations
|
||||
*
|
||||
*/
|
||||
struct cam_cdm_utils_ops *cam_cdm_publish_ops(void);
|
||||
|
||||
/**
|
||||
* @brief : API to register CDM hw to platform framework.
|
||||
* @return struct platform_device pointer on on success, or ERR_PTR() on error.
|
||||
|
Reference in New Issue
Block a user