From 560a40155867ffaf0354acc051dbe47085c6c331 Mon Sep 17 00:00:00 2001 From: Yash Upadhyay Date: Thu, 8 Sep 2022 17:01:23 +0530 Subject: [PATCH] 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 (cherry picked from commit 8bdd7e9d45f7ff51a893bca833343e0fce1efd65) --- drivers/cam_isp/cam_isp_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cam_isp/cam_isp_context.c b/drivers/cam_isp/cam_isp_context.c index 73892f3793..2ff9e16764 100644 --- a/drivers/cam_isp/cam_isp_context.c +++ b/drivers/cam_isp/cam_isp_context.c @@ -7286,7 +7286,7 @@ static int __cam_isp_ctx_acquire_hw_v1(struct cam_context *ctx, } 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 */ hw_cmd_args.ctxt_to_hw_map = param.ctxt_to_hw_map;