msm: camera: isp: Program dual tfe settings in shdr
This change add support to program dual tfe configurations in SHDR to create sync between two TFEs. This change is required if MUP bit is used in SHDR mode. CRs-Fixed: 3508184 Change-Id: I270f7fd8e3cac1f1e50c5f16e7cba2c5e9c2b74f Signed-off-by: Ayush Kumar <quic_ayushkr@quicinc.com>
This commit is contained in:

committed by
Alok Chauhan

parent
fa6d50974b
commit
f31de7d3d0
@@ -7431,6 +7431,7 @@ static int __cam_isp_ctx_acquire_hw_v1(struct cam_context *ctx,
|
||||
param.acquire_info_size = cmd->data_size;
|
||||
param.acquire_info = (uint64_t) acquire_hw_info;
|
||||
param.mini_dump_cb = __cam_isp_ctx_minidump_cb;
|
||||
param.link_hdl = ctx->link_hdl;
|
||||
|
||||
rc = __cam_isp_ctx_allocate_mem_hw_entries(ctx,
|
||||
¶m);
|
||||
@@ -7598,6 +7599,7 @@ static int __cam_isp_ctx_acquire_hw_v2(struct cam_context *ctx,
|
||||
param.acquire_info_size = cmd->data_size;
|
||||
param.acquire_info = (uint64_t) acquire_hw_info;
|
||||
param.mini_dump_cb = __cam_isp_ctx_minidump_cb;
|
||||
param.link_hdl = ctx->link_hdl;
|
||||
|
||||
/* call HW manager to reserve the resource */
|
||||
rc = ctx->hw_mgr_intf->hw_acquire(ctx->hw_mgr_intf->hw_mgr_priv,
|
||||
|
Reference in New Issue
Block a user