Directory Files
.. 2
File Size
Kconfig 594 B
Makefile 283 B
mtk-mdp.mod.c 0 B
mtk_mdp_comp.c 1.5 kB
mtk_mdp_comp.h 1.2 kB
mtk_mdp_core.c 7.4 kB
mtk_mdp_core.h 7.7 kB
mtk_mdp_ipi.h 2.7 kB
mtk_mdp_m2m.c 33 kB
mtk_mdp_m2m.h 416 B
mtk_mdp_regs.c 4.3 kB
mtk_mdp_regs.h 764 B
mtk_mdp_vpu.c 3.3 kB
mtk_mdp_vpu.h 856 B

Linux v6.6.1 - mdp

# SPDX-License-Identifier: GPL-2.0-only
config VIDEO_MEDIATEK_MDP
	tristate "Mediatek MDP driver"
	depends on V4L_MEM2MEM_DRIVERS
	depends on MTK_IOMMU || COMPILE_TEST
	depends on VIDEO_DEV
	depends on ARCH_MEDIATEK || COMPILE_TEST
	depends on MTK_SMI || (COMPILE_TEST && MTK_SMI=n)
	select VIDEOBUF2_DMA_CONTIG
	select V4L2_MEM2MEM_DEV
	select VIDEO_MEDIATEK_VPU
	help
	    It is a v4l2 driver and present in Mediatek MT8173 SoCs.
	    The driver supports for scaling and color space conversion.

	    To compile this driver as a module, choose M here: the
	    module will be called mtk-mdp.