Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1615814
| From | Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v6 3/6] documentation: media: Add documentation for new RGB and YUV bus formats |
| Date | 2017-04-04 11:20 +0200 |
| Message-ID | <tssN4-2Tq-7@gated-at.bofh.it> (permalink) |
| References | <tsbsR-89y-5@gated-at.bofh.it> <tsbsR-89y-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Neil, Thank you for the patch. On Monday 03 Apr 2017 16:42:35 Neil Armstrong wrote: > Add documentation for added Bus Formats to describe RGB and YUV formats used > as input to the Synopsys DesignWare HDMI TX Controller. > > Acked-by: Hans Verkuil <hans.verkuil@cisco.com> > Reviewed-by: Archit Taneja <architt@codeaurora.org> > Acked-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> > Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> > --- > Documentation/media/uapi/v4l/subdev-formats.rst | 960 ++++++++++++++++++++- > 1 file changed, 959 insertions(+), 1 deletion(-) > > diff --git a/Documentation/media/uapi/v4l/subdev-formats.rst > b/Documentation/media/uapi/v4l/subdev-formats.rst index d6152c9..4032d97 > 100644 > --- a/Documentation/media/uapi/v4l/subdev-formats.rst > +++ b/Documentation/media/uapi/v4l/subdev-formats.rst > @@ -1258,6 +1258,319 @@ The following tables list existing packed RGB > formats. - b\ :sub:`2` > - b\ :sub:`1` > - b\ :sub:`0` > + * .. _MEDIA-BUS-FMT-RGB101010-1X30: > + > + - MEDIA_BUS_FMT_RGB101010_1X30 > + - 0x1018 > + - > + - 0 > + - 0 > + - r\ :sub:`9` > + - r\ :sub:`8` > + - r\ :sub:`7` > + - r\ :sub:`6` > + - r\ :sub:`5` > + - r\ :sub:`4` > + - r\ :sub:`3` > + - r\ :sub:`2` > + - r\ :sub:`1` > + - r\ :sub:`0` > + - g\ :sub:`9` > + - g\ :sub:`8` > + - g\ :sub:`7` > + - g\ :sub:`6` > + - g\ :sub:`5` > + - g\ :sub:`4` > + - g\ :sub:`3` > + - g\ :sub:`2` > + - g\ :sub:`1` > + - g\ :sub:`0` > + - b\ :sub:`9` > + - b\ :sub:`8` > + - b\ :sub:`7` > + - b\ :sub:`6` > + - b\ :sub:`5` > + - b\ :sub:`4` > + - b\ :sub:`3` > + - b\ :sub:`2` > + - b\ :sub:`1` > + - b\ :sub:`0` > + > +.. raw:: latex > + > + \endgroup > + > + > +The following table list existing packed 36bit wide RGB formats. s/list/lists/ Same comment for the other tables. Apart from that, Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> [snip] -- Regards, Laurent Pinchart
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v6 3/6] documentation: media: Add documentation for new RGB and YUV bus formats Neil Armstrong <narmstrong@baylibre.com> - 2017-04-03 16:50 +0200 Re: [PATCH v6 3/6] documentation: media: Add documentation for new RGB and YUV bus formats Laurent Pinchart <laurent.pinchart@ideasonboard.com> - 2017-04-04 11:20 +0200
csiph-web