소스 검색

msm: camera: isp: Add last consumed address check for 680 hardware

Enable verifying last consumed address on 680 hardware.

CRs-Fixed: 2846451
Change-Id: I217e11a5fc7b56aeebd41ee06a7cf913e0cf18de
Signed-off-by: Anand Ravi <[email protected]>
Anand Ravi 4 년 전
부모
커밋
aadc0947af

+ 1 - 0
drivers/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/vfe17x/cam_vfe680.h

@@ -1773,6 +1773,7 @@ static struct cam_vfe_bus_ver3_hw_info vfe680_bus_hw_info = {
 		},
 	},
 	.num_comp_grp    = 17,
+	.support_consumed_addr = true,
 	.comp_done_shift = 0,
 	.top_irq_shift   = 1,
 	.max_out_res = CAM_ISP_IFE_OUT_RES_BASE + 33,

+ 1 - 0
drivers/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/vfe17x/cam_vfe_lite68x.h

@@ -500,6 +500,7 @@ static struct cam_vfe_bus_ver3_hw_info vfe680x_bus_hw_info = {
 		},
 	},
 	.num_comp_grp    = 4,
+	.support_consumed_addr = true,
 	.comp_done_shift = 0,
 	.top_irq_shift   = 1,
 	.max_out_res = CAM_ISP_IFE_OUT_RES_BASE + 33,