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

Commit b431e6d6 authored by Junzhe Zou's avatar Junzhe Zou
Browse files

msm: camera: lrme: program the correct value to stride register



Fix DS2 port issue by writing correct stride value.

Change-Id: I4a310cffb23fbcaab15a1cf0e491216787fbcd83
Signed-off-by: default avatarJunzhe Zou <jnzhezou@codeaurora.org>
parent 5c5b688f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ static void cam_lrme_hw_util_fill_we_reg(struct cam_lrme_hw_io_buffer *io_buf,
	/* client stride */
	cam_lrme_cdm_write_reg_val_pair(reg_val_pair, num_cmd,
		hw_info->bus_wr_reg.bus_client_reg[index].wr_stride,
		io_buf->io_cfg->planes[0].meta_stride);
		io_buf->io_cfg->planes[0].plane_stride);
	CAM_DBG(CAM_LRME, "plane_stride %d",
		io_buf->io_cfg->planes[0].plane_stride);
}