2021-03-11 06:08:58

by Liu Ying

[permalink] [raw]
Subject: [PATCH] media: docs: Fix data organization of MEDIA_BUS_FMT_RGB101010_1X30

The media bus bit width of MEDIA_BUS_FMT_RGB101010_1X30 is 30.
So, 'Bit31' and 'Bit30' cells for the 'MEDIA_BUS_FMT_RGB101010_1X30'
row should be spaces instead of '0's.

Fixes: 54f38fcae536 ("media: docs: move uAPI book to userspace-api/media")
Signed-off-by: Liu Ying <[email protected]>
---
Documentation/userspace-api/media/v4l/subdev-formats.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/userspace-api/media/v4l/subdev-formats.rst b/Documentation/userspace-api/media/v4l/subdev-formats.rst
index 7f16cbe..e6a9faa 100644
--- a/Documentation/userspace-api/media/v4l/subdev-formats.rst
+++ b/Documentation/userspace-api/media/v4l/subdev-formats.rst
@@ -1567,8 +1567,8 @@ The following tables list existing packed RGB formats.
- MEDIA_BUS_FMT_RGB101010_1X30
- 0x1018
-
- - 0
- - 0
+ -
+ -
- r\ :sub:`9`
- r\ :sub:`8`
- r\ :sub:`7`
--
2.7.4


2021-03-15 00:10:44

by Laurent Pinchart

[permalink] [raw]
Subject: Re: [PATCH] media: docs: Fix data organization of MEDIA_BUS_FMT_RGB101010_1X30

Hi Liu,

Thank you for the patch.

On Thu, Mar 11, 2021 at 01:53:47PM +0800, Liu Ying wrote:
> The media bus bit width of MEDIA_BUS_FMT_RGB101010_1X30 is 30.
> So, 'Bit31' and 'Bit30' cells for the 'MEDIA_BUS_FMT_RGB101010_1X30'
> row should be spaces instead of '0's.
>
> Fixes: 54f38fcae536 ("media: docs: move uAPI book to userspace-api/media")
> Signed-off-by: Liu Ying <[email protected]>

Reviewed-by: Laurent Pinchart <[email protected]>

> ---
> Documentation/userspace-api/media/v4l/subdev-formats.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/userspace-api/media/v4l/subdev-formats.rst b/Documentation/userspace-api/media/v4l/subdev-formats.rst
> index 7f16cbe..e6a9faa 100644
> --- a/Documentation/userspace-api/media/v4l/subdev-formats.rst
> +++ b/Documentation/userspace-api/media/v4l/subdev-formats.rst
> @@ -1567,8 +1567,8 @@ The following tables list existing packed RGB formats.
> - MEDIA_BUS_FMT_RGB101010_1X30
> - 0x1018
> -
> - - 0
> - - 0
> + -
> + -
> - r\ :sub:`9`
> - r\ :sub:`8`
> - r\ :sub:`7`

--
Regards,

Laurent Pinchart