[1/7] media: admin-guide: add stm32-dma2d description

Message ID 1621508727-24486-2-git-send-email-dillon.minfei@gmail.com (mailing list archive)
State Superseded, archived
Delegated to: Hans Verkuil
Headers
Series [1/7] media: admin-guide: add stm32-dma2d description |

Commit Message

Dillon Min May 20, 2021, 11:05 a.m. UTC
  From: Dillon Min <dillon.minfei@gmail.com>

add stm32-dma2d description for dma2d driver

Signed-off-by: Dillon Min <dillon.minfei@gmail.com>
---
 Documentation/admin-guide/media/platform-cardlist.rst | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Hans Verkuil June 17, 2021, 9:56 a.m. UTC | #1
On 20/05/2021 13:05, dillon.minfei@gmail.com wrote:
> From: Dillon Min <dillon.minfei@gmail.com>
> 
> add stm32-dma2d description for dma2d driver
> 
> Signed-off-by: Dillon Min <dillon.minfei@gmail.com>
> ---
>  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
>
  
Dillon Min June 17, 2021, 10:14 a.m. UTC | #2
Hi Hans

Thanks for your review on my code.

On Thu, Jun 17, 2021 at 5:56 PM Hans Verkuil <hverkuil-cisco@xs4all.nl> wrote:
>
> On 20/05/2021 13:05, dillon.minfei@gmail.com wrote:
> > From: Dillon Min <dillon.minfei@gmail.com>
> >
> > add stm32-dma2d description for dma2d driver
> >
> > Signed-off-by: Dillon Min <dillon.minfei@gmail.com>
> > ---
> >  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
> >
>
  

Patch

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