msm: camera: isp: Enabling last consumed address support in tfe

Enabling last consumed address support to handle delay in bufdones.

CRs-Fixed: 3273866
Change-Id: I25df0ac7a81b696188519db8df08c66a238e1644
Signed-off-by: Yash Upadhyay <quic_yupadhya@quicinc.com>
(cherry picked from commit 8bdd7e9d45f7ff51a893bca833343e0fce1efd65)
This commit is contained in:
Yash Upadhyay
2022-09-08 17:01:23 +05:30
committed by Sridhar Gujje
parent 0b8ef446fb
commit 560a401558

View File

@@ -7286,7 +7286,7 @@ static int __cam_isp_ctx_acquire_hw_v1(struct cam_context *ctx,
} }
ctx_isp->support_consumed_addr = ctx_isp->support_consumed_addr =
(param.op_flags & CAM_IFE_CTX_FRAME_HEADER_EN); (param.op_flags & CAM_IFE_CTX_CONSUME_ADDR_EN);
/* Query the context has rdi only resource */ /* Query the context has rdi only resource */
hw_cmd_args.ctxt_to_hw_map = param.ctxt_to_hw_map; hw_cmd_args.ctxt_to_hw_map = param.ctxt_to_hw_map;