Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soc: mediatek: mmsys: add comp OVL_2L2/POSTMASK/RDMA4

This patch add some more ddp component
OVL_2L2 is ovl which include 2 layers overlay
POSTMASK control round corner for display frame
RDMA4 read dma buffer

Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>
Reviewed-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Reviewed-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Link: https://lore.kernel.org/r/1627894773-23872-2-git-send-email-yongqiang.niu@mediatek.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>

authored by

Yongqiang Niu and committed by
Matthias Brugger
cb19c107 6880fa6c

+3
+3
include/linux/soc/mediatek/mtk-mmsys.h
··· 29 29 DDP_COMPONENT_OVL0, 30 30 DDP_COMPONENT_OVL_2L0, 31 31 DDP_COMPONENT_OVL_2L1, 32 + DDP_COMPONENT_OVL_2L2, 32 33 DDP_COMPONENT_OVL1, 34 + DDP_COMPONENT_POSTMASK0, 33 35 DDP_COMPONENT_PWM0, 34 36 DDP_COMPONENT_PWM1, 35 37 DDP_COMPONENT_PWM2, 36 38 DDP_COMPONENT_RDMA0, 37 39 DDP_COMPONENT_RDMA1, 38 40 DDP_COMPONENT_RDMA2, 41 + DDP_COMPONENT_RDMA4, 39 42 DDP_COMPONENT_UFOE, 40 43 DDP_COMPONENT_WDMA0, 41 44 DDP_COMPONENT_WDMA1,