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

Commit dcf37c9b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: Fixing the Green frame issue in Raw snapshot"

parents 2d66616c a0150491
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;
		}