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

Commit d25e81a3 authored by Jeyaprakash Soundrapandian's avatar Jeyaprakash Soundrapandian Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: isp: Add debug logs" into dev/msm-4.9-camx

parents 4d505a51 30e239e2
Loading
Loading
Loading
Loading
+9 −2
Original line number Original line Diff line number Diff line
@@ -579,8 +579,15 @@ int cam_isp_add_io_buffers(
				io_addr[plane_id] +=
				io_addr[plane_id] +=
						io_cfg[i].offsets[plane_id];
						io_cfg[i].offsets[plane_id];
				CAM_DBG(CAM_ISP,
				CAM_DBG(CAM_ISP,
					"get io_addr for plane %d: 0x%llx",
					"get io_addr for plane %d: 0x%llx, mem_hdl=0x%x",
					plane_id, io_addr[plane_id]);
					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) {
			if (!plane_id) {
				CAM_ERR(CAM_ISP, "No valid planes for res%d",
				CAM_ERR(CAM_ISP, "No valid planes for res%d",