aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/stm32/Makefile
diff options
context:
space:
mode:
authorDillon Min <dillon.minfei@gmail.com>2021-10-19 09:43:23 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-11-15 08:11:33 +0000
commit002e8f0d59277375154a054df15f925685c01a5c (patch)
treeb8a132d04fbf234e73851cbb53fa32fb04c4ff58 /drivers/media/platform/stm32/Makefile
parentmedia: v4l2-ctrls: Add RGB color effects control (diff)
downloadlinux-dev-002e8f0d59277375154a054df15f925685c01a5c.tar.xz
linux-dev-002e8f0d59277375154a054df15f925685c01a5c.zip
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>
Diffstat (limited to 'drivers/media/platform/stm32/Makefile')
-rw-r--r--drivers/media/platform/stm32/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/platform/stm32/Makefile b/drivers/media/platform/stm32/Makefile
index 48b36db2c2e2..896ef98a73ab 100644
--- a/drivers/media/platform/stm32/Makefile
+++ b/drivers/media/platform/stm32/Makefile
@@ -1,2 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_VIDEO_STM32_DCMI) += stm32-dcmi.o
+stm32-dma2d-objs := dma2d/dma2d.o dma2d/dma2d-hw.o
+obj-$(CONFIG_VIDEO_STM32_DMA2D) += stm32-dma2d.o