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

Commit b0e06c38 authored by Meera Gande's avatar Meera Gande
Browse files

mm-camera2:isp2: Reset the ksof id



When all the pix streams of streamed off,
need to reset the ksof id.

Change-Id: I351a32ab81449cdaae40c2dd82fc5b324d1af7a5
Signed-off-by: default avatarMeera Gande <mgande@codeaurora.org>
parent 4c5fed65
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2464,6 +2464,10 @@ static void msm_isp_input_disable(struct vfe_device *vfe_dev, int cmd_type)
		/* deactivate the input line */
		axi_data->src_info[i].active = 0;
		src_info = &axi_data->src_info[i];
		if (i == VFE_PIX_0)
			vfe_dev->isp_page->kernel_sofid = 0;

		vfe_dev->axi_data.src_info[i].frame_id = 0;

		if (src_info->dual_hw_type == DUAL_HW_MASTER_SLAVE) {
			struct master_slave_resource_info *ms_res =