Procházet zdrojové kódy

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 <[email protected]>
(cherry picked from commit 8bdd7e9d45f7ff51a893bca833343e0fce1efd65)
Yash Upadhyay před 2 roky
rodič
revize
560a401558
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      drivers/cam_isp/cam_isp_context.c

+ 1 - 1
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;