msm: camera: common: Add buffer send and receive mechanism

Add packet based buffer send and retrieve mechanism for
presil testing.

CRs-Fixed: 2932495
Change-Id: Ifd1e0fdb8b12feabb884e02a07a3813db01a3899
Signed-off-by: Mukund Madhusudan Atre <matre@codeaurora.org>
此提交包含在:
Mukund Madhusudan Atre
2021-07-12 20:47:38 -07:00
提交者 Gerrit - the friendly Code Review server
父節點 37de6613a8
當前提交 5dba22d1fc
共有 31 個檔案被更改,包括 324 行新增37 行删除

查看文件

@@ -474,6 +474,7 @@ struct cam_isp_ctx_mini_dump_info {
* @hw_intf: ISP hw manager interface
* @ctx_id: ID for this context
* @isp_device_type Isp device type
* @img_iommu_hdl IOMMU HDL for image buffers
*
*/
int cam_isp_context_init(struct cam_isp_context *ctx,
@@ -481,7 +482,8 @@ int cam_isp_context_init(struct cam_isp_context *ctx,
struct cam_req_mgr_kmd_ops *bridge_ops,
struct cam_hw_mgr_intf *hw_intf,
uint32_t ctx_id,
uint32_t isp_device_type);
uint32_t isp_device_type,
int img_iommu_hdl);
/**
* cam_isp_context_deinit()