Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1614016
| From | Hans Verkuil <hverkuil@xs4all.nl> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v5 3/6] documentation: media: Add documentation for new RGB and YUV bus formats |
| Date | 2017-03-31 15:20 +0200 |
| Message-ID | <tr4D8-56f-23@gated-at.bofh.it> (permalink) |
| References | <tqEfE-451-13@gated-at.bofh.it> <tqEfE-451-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 30/03/17 11:04, 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. > > Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> > --- > Documentation/media/uapi/v4l/subdev-formats.rst | 871 +++++++++++++++++++++++- > 1 file changed, 857 insertions(+), 14 deletions(-) This looks good, but the "Packed YUV Formats" documentation should be updated. Currently this says: - The number of bus samples per pixel. Pixels that are wider than the bus width must be transferred in multiple samples. Common values are 1, 1.5 (encoded as 1_5) and 2. I propose this change: - The number of bus samples per pixel. Pixels that are wider than the bus width must be transferred in multiple samples. Common values are 0.5 (encoded as 0_5; in this case two pixels are transferred per bus sample), 1, 1.5 (encoded as 1_5) and 2. With that additional change you can add my: Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Regards, Hans
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v5 3/6] documentation: media: Add documentation for new RGB and YUV bus formats Neil Armstrong <narmstrong@baylibre.com> - 2017-03-30 11:10 +0200
Re: [PATCH v5 3/6] documentation: media: Add documentation for new RGB and YUV bus formats Hans Verkuil <hverkuil@xs4all.nl> - 2017-03-31 15:20 +0200
Re: [PATCH v5 3/6] documentation: media: Add documentation for new RGB and YUV bus formats Neil Armstrong <narmstrong@baylibre.com> - 2017-03-31 15:50 +0200
csiph-web