Loading drivers/media/platform/msm/camera_v2/isp/msm_buf_mgr.c +5 −0 Original line number Diff line number Diff line Loading @@ -1039,6 +1039,11 @@ int msm_isp_buf_mgr_debug(struct msm_isp_buf_mgr *buf_mgr) buf_mgr->bufq[i].buf_type); for (j = 0; j < buf_mgr->bufq[i].num_bufs; j++) { bufs = &buf_mgr->bufq[i].bufs[j]; if (!bufs) { pr_err("bufs at %d is NULL breaking\n", j); break; } pr_err("%s:%d buf_idx %d, frame_id %d,", __func__, j, bufs->buf_idx, bufs->frame_id); Loading Loading
drivers/media/platform/msm/camera_v2/isp/msm_buf_mgr.c +5 −0 Original line number Diff line number Diff line Loading @@ -1039,6 +1039,11 @@ int msm_isp_buf_mgr_debug(struct msm_isp_buf_mgr *buf_mgr) buf_mgr->bufq[i].buf_type); for (j = 0; j < buf_mgr->bufq[i].num_bufs; j++) { bufs = &buf_mgr->bufq[i].bufs[j]; if (!bufs) { pr_err("bufs at %d is NULL breaking\n", j); break; } pr_err("%s:%d buf_idx %d, frame_id %d,", __func__, j, bufs->buf_idx, bufs->frame_id); Loading