Directory | Files | |
---|---|---|
.. | 2 | |
File | Size | |
Kconfig | 559 B | |
Makefile | 240 B | |
mdp_cfg_data.c | 12 kB | |
mdp_reg_ccorr.h | 508 B | |
mdp_reg_rdma.h | 2.9 kB | |
mdp_reg_rsz.h | 2.0 kB | |
mdp_reg_wdma.h | 1.7 kB | |
mdp_reg_wrot.h | 2.2 kB | |
mdp_sm_mt8183.h | 3.0 kB | |
mtk-img-ipi.h | 3.5 kB | |
mtk-mdp3-cfg.h | 512 B | |
mtk-mdp3-cmdq.c | 13 kB | |
mtk-mdp3-cmdq.h | 997 B | |
mtk-mdp3-comp.c | 35 kB | |
mtk-mdp3-comp.h | 5.3 kB | |
mtk-mdp3-core.c | 7.7 kB | |
mtk-mdp3-core.h | 2.7 kB | |
mtk-mdp3-m2m.c | 20 kB | |
mtk-mdp3-m2m.h | 1.0 kB | |
mtk-mdp3-regs.c | 14 kB | |
mtk-mdp3-regs.h | 14 kB | |
mtk-mdp3-type.h | 856 B | |
mtk-mdp3-vpu.c | 7.1 kB | |
mtk-mdp3-vpu.h | 1.5 kB | |
mtk-mdp3.mod.c | 0 B |
# SPDX-License-Identifier: GPL-2.0-only config VIDEO_MEDIATEK_MDP3 tristate "MediaTek MDP v3 driver" depends on MTK_IOMMU || COMPILE_TEST depends on VIDEO_DEV depends on HAS_DMA depends on REMOTEPROC depends on MTK_MMSYS depends on MTK_CMDQ depends on MTK_SCP select VIDEOBUF2_DMA_CONTIG select V4L2_MEM2MEM_DEV default n help It is a v4l2 driver and present in MediaTek MT8183 SoC. The driver supports scaling and color space conversion. To compile this driver as a module, choose M here: the module will be called mtk-mdp3.