diff mbox

[3/3] Documentation: subdev-formats: Add Xilinx YCbCr to Vendor specific area

Message ID 1502303274-40609-4-git-send-email-rathaval@xilinx.com (mailing list archive)
State New, archived
Headers show

Commit Message

Rohit Athavale Aug. 9, 2017, 6:27 p.m. UTC
This commit adds the custom Xilinx IP specific 8-bit YCbCr 4:2:0
to the custom formats area in the subdev-formats documentation.

Signed-off-by: Rohit Athavale <rathaval@xilinx.com>
---
 Documentation/media/uapi/v4l/subdev-formats.rst | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Laurent Pinchart Aug. 18, 2017, 9:18 a.m. UTC | #1
Hi Rohit,

Thank you for the patch.

On Wednesday 09 Aug 2017 11:27:54 Rohit Athavale wrote:
> This commit adds the custom Xilinx IP specific 8-bit YCbCr 4:2:0
> to the custom formats area in the subdev-formats documentation.
> 
> Signed-off-by: Rohit Athavale <rathaval@xilinx.com>
> ---
>  Documentation/media/uapi/v4l/subdev-formats.rst | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/Documentation/media/uapi/v4l/subdev-formats.rst
> b/Documentation/media/uapi/v4l/subdev-formats.rst index 8e73bb0..141a837
> 100644
> --- a/Documentation/media/uapi/v4l/subdev-formats.rst
> +++ b/Documentation/media/uapi/v4l/subdev-formats.rst
> @@ -7483,3 +7483,8 @@ formats.
>        - 0x5001
>        - Interleaved raw UYVY and JPEG image format with embedded meta-data
>  	used by Samsung S3C73MX camera sensors.
> +    * .. _MEDIA_BUS_FMT_XLNX8_VUY420_1X24:
> +
> +      - MEDIA_BUS_FMT_XLNX8_VUY420_1X24
> +      - 0x5002
> +      - Xilinx IP specific 8-bit color depth YCbCr 4:2:0 used by Xilinx
> Video IP.

You need to document this format in more details, with a table explaining how 
bits are transferred on the bus, the same way the standard YUV formats are 
documented.
diff mbox

Patch

diff --git a/Documentation/media/uapi/v4l/subdev-formats.rst b/Documentation/media/uapi/v4l/subdev-formats.rst
index 8e73bb0..141a837 100644
--- a/Documentation/media/uapi/v4l/subdev-formats.rst
+++ b/Documentation/media/uapi/v4l/subdev-formats.rst
@@ -7483,3 +7483,8 @@  formats.
       - 0x5001
       - Interleaved raw UYVY and JPEG image format with embedded meta-data
 	used by Samsung S3C73MX camera sensors.
+    * .. _MEDIA_BUS_FMT_XLNX8_VUY420_1X24:
+
+      - MEDIA_BUS_FMT_XLNX8_VUY420_1X24
+      - 0x5002
+      - Xilinx IP specific 8-bit color depth YCbCr 4:2:0 used by Xilinx Video IP.