Hi Evgeni, Thank you for the patch. On Sunday 19 Feb 2017 18:14:36 evgeni.raikhel@xxxxxxxxx wrote: > From: eraikhel <evgeni.raikhel@xxxxxxxxx> > > Provide the frame structure and data layout of V4L2-PIX-FMT-INZI > format utilized by Intel SR300 Depth camera. > > Signed-off-by: Evgeni Raikhel <evgeni.raikhel@xxxxxxxxx> > Reviewed-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > --- > Documentation/media/uapi/v4l/depth-formats.rst | 1 + > Documentation/media/uapi/v4l/pixfmt-inzi.rst | 81 ++++++++++++++++++++++ > drivers/media/v4l2-core/v4l2-ioctl.c | 1 + > include/uapi/linux/videodev2.h | 1 + > 4 files changed, 84 insertions(+) > create mode 100644 Documentation/media/uapi/v4l/pixfmt-inzi.rst > > diff --git a/Documentation/media/uapi/v4l/depth-formats.rst > b/Documentation/media/uapi/v4l/depth-formats.rst index > 82f183870aae..c755be0e4d2a 100644 > --- a/Documentation/media/uapi/v4l/depth-formats.rst > +++ b/Documentation/media/uapi/v4l/depth-formats.rst > @@ -13,3 +13,4 @@ Depth data provides distance to points, mapped onto the > image plane > :maxdepth: 1 > > pixfmt-z16 > + pixfmt-inzi According the the cover letter, this version reordered "INZI entry in ../depth-formats.rst to keep the list strictly alphabetic. Do we have a different definition of the alphabetic order ? :-) [snip] > diff --git a/drivers/media/v4l2-core/v4l2-ioctl.c > b/drivers/media/v4l2-core/v4l2-ioctl.c index 0c3f238a2e76..3023e2351861 > 100644 > --- a/drivers/media/v4l2-core/v4l2-ioctl.c > +++ b/drivers/media/v4l2-core/v4l2-ioctl.c > @@ -1131,6 +1131,7 @@ static void v4l_fill_fmtdesc(struct v4l2_fmtdesc *fmt) > case V4L2_PIX_FMT_Y8I: descr = "Interleaved 8-bit Greyscale"; > break; > case V4L2_PIX_FMT_Y12I: descr = "Interleaved 12-bit > Greyscale"; break; > case V4L2_PIX_FMT_Z16: descr = "16-bit Depth"; break; > + case V4L2_PIX_FMT_INZI: descr = "Planar 10-bit Greyscale and > 16-bit Depth"; break; I'm afraid that the format description is limited to 32 characters (including the terminating 0), while this is 41 characters long. > case V4L2_PIX_FMT_PAL8: descr = "8-bit Palette"; break; > case V4L2_PIX_FMT_UV8: descr = "8-bit Chrominance UV 4-4"; > break; > case V4L2_PIX_FMT_YVU410: descr = "Planar YVU 4:1:0"; break; -- Regards, Laurent Pinchart