media: stm32-dma2d: STM32 DMA2D driver
authorDillon Min <dillon.minfei@gmail.com>
Tue, 19 Oct 2021 08:43:23 +0000 (09:43 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 15 Nov 2021 08:11:33 +0000 (08:11 +0000)
commit002e8f0d59277375154a054df15f925685c01a5c
treeb8a132d04fbf234e73851cbb53fa32fb04c4ff58
parentef9f18a9e3a04126cf017216193166abe03dedef
media: stm32-dma2d: STM32 DMA2D driver

This V4L2 subdev m2m driver enables Chrom-Art Accelerator unit
of STMicroelectronics STM32 SoC series.

Currently support r2m, m2m, m2m_pfc functions.
- r2m, Filling a part or the whole of a destination image with a specific
  color.
- m2m, Copying a part or the whole of a source image into a part or the
  whole of a destination.
- m2m_pfc, Copying a part or the whole of a source image into a part or the
  whole of a destination image with a pixel format conversion.

[hverkuil: fix typo in commit log]

Signed-off-by: Dillon Min <dillon.minfei@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/Kconfig
drivers/media/platform/Makefile
drivers/media/platform/stm32/Makefile
drivers/media/platform/stm32/dma2d/dma2d-hw.c [new file with mode: 0644]
drivers/media/platform/stm32/dma2d/dma2d-regs.h [new file with mode: 0644]
drivers/media/platform/stm32/dma2d/dma2d.c [new file with mode: 0644]
drivers/media/platform/stm32/dma2d/dma2d.h [new file with mode: 0644]