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

Commit a0150491 authored by Abhishek Kondaveeti's avatar Abhishek Kondaveeti
Browse files

msm: Fixing the Green frame issue in Raw snapshot



After Taking the Raw snapshot we should wait for the
Completion

CRS-Fixed: 530862
Change-Id: I6af0681a29dd478d3ff50af1ea31757c0f3b2e7e
Signed-off-by: default avatarAbhishek Kondaveeti <akondave@codeaurora.org>
parent 37b2c18b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1229,8 +1229,14 @@ static int msm_isp_stop_axi_stream(struct vfe_device *vfe_dev,
			 * since for burst case, write masters already skip
			 * all frames.
			 */
			if (stream_info->stream_src == RDI_INTF_0 ||
				stream_info->stream_src == RDI_INTF_1 ||
				stream_info->stream_src == RDI_INTF_2)
				wait_for_complete = 1;
			else {
			msm_isp_axi_stream_enable_cfg(vfe_dev, stream_info);
			stream_info->state = INACTIVE;
			}
		} else {
			wait_for_complete = 1;
		}