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

Commit 30e239e2 authored by Vishalsingh Hajeri's avatar Vishalsingh Hajeri
Browse files

msm: camera: isp: Add debug logs



Print out information related to buffer io configuration.

Change-Id: I56c884c9e613f3726cc9c79dfd31f17eb568d20e
Signed-off-by: default avatarVishalsingh Hajeri <vhajeri@codeaurora.org>
parent ff5c2417
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -579,8 +579,15 @@ int cam_isp_add_io_buffers(
				io_addr[plane_id] +=
						io_cfg[i].offsets[plane_id];
				CAM_DBG(CAM_ISP,
					"get io_addr for plane %d: 0x%llx",
					plane_id, io_addr[plane_id]);
					"get io_addr for plane %d: 0x%llx, mem_hdl=0x%x",
					plane_id, io_addr[plane_id],
					io_cfg[i].mem_handle[plane_id]);

				CAM_DBG(CAM_ISP,
					"mmu_hdl=0x%x, size=%d, end=0x%x",
					mmu_hdl, (int)size,
					io_addr[plane_id]+size);

			}
			if (!plane_id) {
				CAM_ERR(CAM_ISP, "No valid planes for res%d",