mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 16:07:39 +00:00
soc: mediatek: add mtk-mmsys ethdr and mdp_rdma components
Add new mmsys component: ethdr_mixer and mdp_rdma. These components will use in mt8195 vdosys1. Signed-off-by: Nancy.Lin <nancy.lin@mediatek.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Reviewed-by: CK Hu <ck.hu@mediatek.com> Tested-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Tested-by: Bo-Chen Chen <rex-bc.chen@mediatek.com> Link: https://lore.kernel.org/r/20230113104434.28023-4-nancy.lin@mediatek.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
parent
664a39b8e7
commit
be234d0024
1 changed files with 9 additions and 0 deletions
|
@ -36,7 +36,16 @@ enum mtk_ddp_comp_id {
|
|||
DDP_COMPONENT_DSI1,
|
||||
DDP_COMPONENT_DSI2,
|
||||
DDP_COMPONENT_DSI3,
|
||||
DDP_COMPONENT_ETHDR_MIXER,
|
||||
DDP_COMPONENT_GAMMA,
|
||||
DDP_COMPONENT_MDP_RDMA0,
|
||||
DDP_COMPONENT_MDP_RDMA1,
|
||||
DDP_COMPONENT_MDP_RDMA2,
|
||||
DDP_COMPONENT_MDP_RDMA3,
|
||||
DDP_COMPONENT_MDP_RDMA4,
|
||||
DDP_COMPONENT_MDP_RDMA5,
|
||||
DDP_COMPONENT_MDP_RDMA6,
|
||||
DDP_COMPONENT_MDP_RDMA7,
|
||||
DDP_COMPONENT_MERGE0,
|
||||
DDP_COMPONENT_MERGE1,
|
||||
DDP_COMPONENT_MERGE2,
|
||||
|
|
Loading…
Reference in a new issue