]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit937195c2d00ee287a7734ab229b6bf1f809a1cbb
treeb8a132d04fbf234e73851cbb53fa32fb04c4ff58
parent689c021aedc3f250d6bcb1c5ff6823c801927d1e
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]