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

Commit 54c7302b 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: set src state and frame id"

parents eb4293d1 0b8185b7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1528,6 +1528,8 @@ int msm_isp_set_src_state(struct vfe_device *vfe_dev, void *arg)
		return -EINVAL;
	vfe_dev->axi_data.src_info[src_state->input_src].active =
	src_state->src_active;
	vfe_dev->axi_data.src_info[src_state->input_src].frame_id =
	src_state->src_frame_id;
	return 0;
}

+1 −0
Original line number Diff line number Diff line
@@ -395,6 +395,7 @@ struct msm_isp_qbuf_info {
struct msm_vfe_axi_src_state {
	enum msm_vfe_input_src input_src;
	uint32_t src_active;
	uint32_t src_frame_id;
};

enum msm_isp_event_idx {