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

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

Merge "camera isp: fix VIO camera buffers drop issue"

parents 805b779e b2799c2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -678,7 +678,7 @@ void msm_isp_update_framedrop_reg(struct vfe_device *vfe_dev,
					MSM_VFE_STREAM_STOP_PERIOD;
		}

		if (stream_info->undelivered_request_cnt > 0)
		if (stream_info->undelivered_request_cnt == 1)
			stream_info->current_framedrop_period =
				MSM_VFE_STREAM_STOP_PERIOD;