Change-Id: Iabdfd8aa69def40dab7f55c4312bd3096fa04569
Signed-off-by: Jeongtae Park <jtp.park@samsung.com>
struct vb2_v4l2_buffer *vb2_v4l2_buf = to_vb2_v4l2_buffer(vb);
struct fimc_is_vb2_buf *vbuf = vb_to_fimc_is_vb2_buf(vb2_v4l2_buf);
struct fimc_is_video_ctx *vctx = vb->vb2_queue->drv_priv;
- unsigned int plane;
vbuf->ops = vctx->fimc_is_vb2_buf_ops;
- for (plane = 0; plane < vb->num_planes; ++plane) {
- /* vbuf->kva[plane] = vbuf->ops->plane_kvaddr(vbuf, plane); */
- /* vbuf->dva[plane] = vbuf->ops->plane_dvaddr(vbuf, plane); */
- }
-
return 0;
}