Loading drivers/media/v4l2-core/videobuf2-v4l2.c +4 −0 Original line number Diff line number Diff line Loading @@ -330,6 +330,8 @@ static int __fill_vb2_buffer(struct vb2_buffer *vb, b->m.planes[plane].m.userptr; planes[plane].length = b->m.planes[plane].length; planes[plane].data_offset = b->m.planes[plane].data_offset; } } if (b->memory == VB2_MEMORY_DMABUF) { Loading @@ -338,6 +340,8 @@ static int __fill_vb2_buffer(struct vb2_buffer *vb, b->m.planes[plane].m.fd; planes[plane].length = b->m.planes[plane].length; planes[plane].data_offset = b->m.planes[plane].data_offset; } } Loading Loading
drivers/media/v4l2-core/videobuf2-v4l2.c +4 −0 Original line number Diff line number Diff line Loading @@ -330,6 +330,8 @@ static int __fill_vb2_buffer(struct vb2_buffer *vb, b->m.planes[plane].m.userptr; planes[plane].length = b->m.planes[plane].length; planes[plane].data_offset = b->m.planes[plane].data_offset; } } if (b->memory == VB2_MEMORY_DMABUF) { Loading @@ -338,6 +340,8 @@ static int __fill_vb2_buffer(struct vb2_buffer *vb, b->m.planes[plane].m.fd; planes[plane].length = b->m.planes[plane].length; planes[plane].data_offset = b->m.planes[plane].data_offset; } } Loading