Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46556964 authored by Srikanth Uyyala's avatar Srikanth Uyyala Committed by Gerrit - the friendly Code Review server
Browse files

msm:camera: avoid remap logic for RDI path



Frame remap logic is based on PIX SOF events only,
this fix is to avoid this remap logic for RDI streams.

Change-Id: I100d2bfd098d186f4bb3cb348e683c73e1d7c00b
Signed-off-by: default avatarSrikanth Uyyala <suyyala@codeaurora.org>
parent a4a6b5b1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3710,7 +3710,8 @@ static int msm_isp_request_frame(struct vfe_device *vfe_dev,
		vfe_dev->hw_info->vfe_ops.axi_ops.get_pingpong_status(vfe_dev);

	/* As MCT is still processing it, need to drop the additional requests*/
	if (vfe_dev->isp_page->drop_reconfig) {
	if (vfe_dev->isp_page->drop_reconfig &&
		frame_src == VFE_PIX_0) {
		pr_err("%s: MCT has not yet delayed %d drop request %d\n",
			__func__, vfe_dev->isp_page->drop_reconfig, frame_id);
		goto error;