diff mbox series

[v2,2/3] media: imx.rst: Provide a real example for the output format

Message ID 20191014135424.7000-2-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series [v2,1/3] media: imx.rst: Specify the sabreauto variant | expand

Commit Message

Fabio Estevam Oct. 14, 2019, 1:54 p.m. UTC
In the i.MX6Q sabreauto pipeline example, it is better to provide
a real example for the output format, so do it just like in the
previous lines for consistency.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
Changes since v1:
- Make this change as part of a single patch

 Documentation/media/v4l-drivers/imx.rst | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Steve Longerbeam Oct. 14, 2019, 4:37 p.m. UTC | #1
On 10/14/19 6:54 AM, Fabio Estevam wrote:
> In the i.MX6Q sabreauto pipeline example, it is better to provide
> a real example for the output format, so do it just like in the
> previous lines for consistency.
>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>

Acke-by: Steve Longerbeam <slongerbeam@gmail.com>

> ---
> Changes since v1:
> - Make this change as part of a single patch
>
>   Documentation/media/v4l-drivers/imx.rst | 4 +---
>   1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/Documentation/media/v4l-drivers/imx.rst b/Documentation/media/v4l-drivers/imx.rst
> index 3d72e411b93d..36e8d1226ac6 100644
> --- a/Documentation/media/v4l-drivers/imx.rst
> +++ b/Documentation/media/v4l-drivers/imx.rst
> @@ -547,8 +547,6 @@ This example configures a pipeline to capture from the ADV7180
>   video decoder, assuming PAL 720x576 input signals, with Motion
>   Compensated de-interlacing. The adv7180 must output sequential or
>   alternating fields (field type 'seq-tb' for PAL, or 'alternate').
> -$outputfmt can be any format supported by the ipu1_ic_prpvf entity
> -at its output pad:
>   
>   .. code-block:: none
>   
> @@ -565,7 +563,7 @@ at its output pad:
>      media-ctl -V "'ipu1_csi0':1 [fmt:AYUV32/720x576]"
>      media-ctl -V "'ipu1_vdic':2 [fmt:AYUV32/720x576 field:none]"
>      media-ctl -V "'ipu1_ic_prp':2 [fmt:AYUV32/720x576 field:none]"
> -   media-ctl -V "'ipu1_ic_prpvf':1 [fmt:$outputfmt field:none]"
> +   media-ctl -V "'ipu1_ic_prpvf':1 [fmt:AYUV32/720x576 field:none]"
>   
>   Streaming can then begin on the capture device node at
>   "ipu1_ic_prpvf capture". The v4l2-ctl tool can be used to select any
diff mbox series

Patch

diff --git a/Documentation/media/v4l-drivers/imx.rst b/Documentation/media/v4l-drivers/imx.rst
index 3d72e411b93d..36e8d1226ac6 100644
--- a/Documentation/media/v4l-drivers/imx.rst
+++ b/Documentation/media/v4l-drivers/imx.rst
@@ -547,8 +547,6 @@  This example configures a pipeline to capture from the ADV7180
 video decoder, assuming PAL 720x576 input signals, with Motion
 Compensated de-interlacing. The adv7180 must output sequential or
 alternating fields (field type 'seq-tb' for PAL, or 'alternate').
-$outputfmt can be any format supported by the ipu1_ic_prpvf entity
-at its output pad:
 
 .. code-block:: none
 
@@ -565,7 +563,7 @@  at its output pad:
    media-ctl -V "'ipu1_csi0':1 [fmt:AYUV32/720x576]"
    media-ctl -V "'ipu1_vdic':2 [fmt:AYUV32/720x576 field:none]"
    media-ctl -V "'ipu1_ic_prp':2 [fmt:AYUV32/720x576 field:none]"
-   media-ctl -V "'ipu1_ic_prpvf':1 [fmt:$outputfmt field:none]"
+   media-ctl -V "'ipu1_ic_prpvf':1 [fmt:AYUV32/720x576 field:none]"
 
 Streaming can then begin on the capture device node at
 "ipu1_ic_prpvf capture". The v4l2-ctl tool can be used to select any