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>
这个提交包含在:

提交者
Gerrit - the friendly Code Review server

父节点
37de6613a8
当前提交
5dba22d1fc
@@ -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
|
||||
|
在新工单中引用
屏蔽一个用户