2021-05-20 12:19:05

by Dillon Min

[permalink] [raw]
Subject: [PATCH 1/7] media: admin-guide: add stm32-dma2d description

From: Dillon Min <[email protected]>

add stm32-dma2d description for dma2d driver

Signed-off-by: Dillon Min <[email protected]>
---
Documentation/admin-guide/media/platform-cardlist.rst | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/admin-guide/media/platform-cardlist.rst b/Documentation/admin-guide/media/platform-cardlist.rst
index 261e7772eb3e..ac73c4166d1e 100644
--- a/Documentation/admin-guide/media/platform-cardlist.rst
+++ b/Documentation/admin-guide/media/platform-cardlist.rst
@@ -60,6 +60,7 @@ s5p-mfc Samsung S5P MFC Video Codec
sh_veu SuperH VEU mem2mem video processing
sh_vou SuperH VOU video output
stm32-dcmi STM32 Digital Camera Memory Interface (DCMI)
+stm32-dma2d STM32 Chrom-Art Accelerator Unit
sun4i-csi Allwinner A10 CMOS Sensor Interface Support
sun6i-csi Allwinner V3s Camera Sensor Interface
sun8i-di Allwinner Deinterlace
--
2.7.4


2021-06-17 10:11:26

by Hans Verkuil

[permalink] [raw]
Subject: Re: [PATCH 1/7] media: admin-guide: add stm32-dma2d description

On 20/05/2021 13:05, [email protected] wrote:
> From: Dillon Min <[email protected]>
>
> add stm32-dma2d description for dma2d driver
>
> Signed-off-by: Dillon Min <[email protected]>
> ---
> Documentation/admin-guide/media/platform-cardlist.rst | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/admin-guide/media/platform-cardlist.rst b/Documentation/admin-guide/media/platform-cardlist.rst
> index 261e7772eb3e..ac73c4166d1e 100644
> --- a/Documentation/admin-guide/media/platform-cardlist.rst
> +++ b/Documentation/admin-guide/media/platform-cardlist.rst
> @@ -60,6 +60,7 @@ s5p-mfc Samsung S5P MFC Video Codec
> sh_veu SuperH VEU mem2mem video processing
> sh_vou SuperH VOU video output
> stm32-dcmi STM32 Digital Camera Memory Interface (DCMI)
> +stm32-dma2d STM32 Chrom-Art Accelerator Unit

I have to ask: it is really 'Chrom-Art' and not Chrome-Art or Choma-Art?

It's probably correct, but I have to check this :-)

Regards,

Hans

> sun4i-csi Allwinner A10 CMOS Sensor Interface Support
> sun6i-csi Allwinner V3s Camera Sensor Interface
> sun8i-di Allwinner Deinterlace
>

2021-06-17 12:34:43

by Dillon Min

[permalink] [raw]
Subject: Re: [PATCH 1/7] media: admin-guide: add stm32-dma2d description

Hi Hans

Thanks for your review on my code.

On Thu, Jun 17, 2021 at 5:56 PM Hans Verkuil <[email protected]> wrote:
>
> On 20/05/2021 13:05, [email protected] wrote:
> > From: Dillon Min <[email protected]>
> >
> > add stm32-dma2d description for dma2d driver
> >
> > Signed-off-by: Dillon Min <[email protected]>
> > ---
> > Documentation/admin-guide/media/platform-cardlist.rst | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/Documentation/admin-guide/media/platform-cardlist.rst b/Documentation/admin-guide/media/platform-cardlist.rst
> > index 261e7772eb3e..ac73c4166d1e 100644
> > --- a/Documentation/admin-guide/media/platform-cardlist.rst
> > +++ b/Documentation/admin-guide/media/platform-cardlist.rst
> > @@ -60,6 +60,7 @@ s5p-mfc Samsung S5P MFC Video Codec
> > sh_veu SuperH VEU mem2mem video processing
> > sh_vou SuperH VOU video output
> > stm32-dcmi STM32 Digital Camera Memory Interface (DCMI)
> > +stm32-dma2d STM32 Chrom-Art Accelerator Unit
>
> I have to ask: it is really 'Chrom-Art' and not Chrome-Art or Choma-Art?

Yes, I just double checked it from [1], it's really 'Chrom-Art' :)
it's should not be an spelling mistake, i check the soc's datasheet,
reference Manuel, all used 'Chrom-Art'.

...
Graphics

Chrom-ART Acceleratorâ„¢ (DMA2D), graphical hardware accelerator
enabling enhanced graphical user interface with minimum CPU load
...


[1] https://www.st.com/en/microcontrollers-microprocessors/stm32f469ni.html

Thanks.

Best Regards
Dillon

>
> It's probably correct, but I have to check this :-)
>
> Regards,
>
> Hans
>
> > sun4i-csi Allwinner A10 CMOS Sensor Interface Support
> > sun6i-csi Allwinner V3s Camera Sensor Interface
> > sun8i-di Allwinner Deinterlace
> >
>