linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Xilinx 8-bit color depth YCbCr 4:2:0 media bus format
@ 2017-08-09 18:27 Rohit Athavale
  2017-08-09 18:27 ` [PATCH 1/3] uapi: media-bus-format: Add Xilinx specific " Rohit Athavale
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Rohit Athavale @ 2017-08-09 18:27 UTC (permalink / raw)
  To: linux-media; +Cc: laurent.pinchart, hyun.kwon, Rohit Athavale

This patch set adds a vendor specific custom YCbCr 4:2:0 format. The way
Xilinx Video IP sends data over the bus makes it unrepresented by existing
media bus formats.

YCbCr 4:2:0 transmission over the bus does not slice Chroma and Luma
components over the bus width. Instead it sends sub-sampled Chroma when
present along with the Luma component, otherwise zero padded Luma only
data is sent.

The first patch  (1/3) adds the format to the uapi header file.
The second patch (2/3) adds the format to the table in xilinx-vip.c.
The third patch  (3/3) updates the subdev format doc file.

Rohit Athavale (3):
  uapi: media-bus-format: Add Xilinx specific YCbCr 4:2:0 media bus
    format
  media: xilinx-vip: Add 8-bit YCbCr 4:2:0 to formats table
  Documentation: subdev-formats: Add Xilinx YCbCr to Vendor specific
    area

 Documentation/media/uapi/v4l/subdev-formats.rst | 5 +++++
 drivers/media/platform/xilinx/xilinx-vip.c      | 3 +++
 include/uapi/linux/media-bus-format.h           | 4 +++-
 3 files changed, 11 insertions(+), 1 deletion(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-08-18  9:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-09 18:27 [PATCH 0/3] Xilinx 8-bit color depth YCbCr 4:2:0 media bus format Rohit Athavale
2017-08-09 18:27 ` [PATCH 1/3] uapi: media-bus-format: Add Xilinx specific " Rohit Athavale
2017-08-18  9:17   ` Laurent Pinchart
2017-08-09 18:27 ` [PATCH 2/3] media: xilinx-vip: Add 8-bit YCbCr 4:2:0 to formats table Rohit Athavale
2017-08-18  9:16   ` Laurent Pinchart
2017-08-09 18:27 ` [PATCH 3/3] Documentation: subdev-formats: Add Xilinx YCbCr to Vendor specific area Rohit Athavale
2017-08-18  9:18   ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).