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

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

Merge "msm: camera: isp: Handle frame drop for null request"

parents 932c5930 1d414826
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1624,6 +1624,13 @@ static int msm_isp_update_deliver_count(struct vfe_device *vfe_dev,
			goto done;
		}
		temp_stream_info->sw_ping_pong_bit ^= 1;
		if (temp_stream_info->undelivered_request_cnt == 0) {
			temp_stream_info->current_framedrop_period =
				MSM_VFE_STREAM_STOP_PERIOD;
			temp_stream_info->activated_framedrop_period =
				MSM_VFE_STREAM_STOP_PERIOD;
			msm_isp_cfg_framedrop_reg(vfe_dev, temp_stream_info);
		}
	}
done:
	return rc;