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 行删除

查看文件

@@ -31,9 +31,11 @@ struct cam_ope_context {
* @ctx: Pointer to context
* @hw_intf: Pointer to OPE hardware interface
* @ctx_id: ID for this context
* @img_iommu_hdl: IOMMU HDL for image buffers
*
*/
int cam_ope_context_init(struct cam_ope_context *ctx,
struct cam_hw_mgr_intf *hw_intf, uint32_t ctx_id);
struct cam_hw_mgr_intf *hw_intf, uint32_t ctx_id, int img_iommu_hdl);
/**
* cam_ope_context_deinit() - OPE context deinit