mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
soc: mediatek: remove DDP_DOMPONENT_DITHER from enum
After mmsys and drm change DITHER enum to DDP_COMPONENT_DITHER0, mmsys header can remove the useless DDP_COMPONENT_DITHER enum. Signed-off-by: Jason-JH.Lin <jason-jh.lin@mediatek.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Reviewed-by: Rex-BC Chen <rex-bc.chen@mediatek.com> Acked-by: Matthias Brugger <matthias.bgg@gmail.com> Link: https://lore.kernel.org/r/20230306080659.15261-3-jason-jh.lin@mediatek.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
committed by
Matthias Brugger
parent
9509449540
commit
21d4631eed
@@ -27,8 +27,7 @@ enum mtk_ddp_comp_id {
|
||||
DDP_COMPONENT_CCORR,
|
||||
DDP_COMPONENT_COLOR0,
|
||||
DDP_COMPONENT_COLOR1,
|
||||
DDP_COMPONENT_DITHER,
|
||||
DDP_COMPONENT_DITHER0 = DDP_COMPONENT_DITHER,
|
||||
DDP_COMPONENT_DITHER0,
|
||||
DDP_COMPONENT_DITHER1,
|
||||
DDP_COMPONENT_DP_INTF0,
|
||||
DDP_COMPONENT_DP_INTF1,
|
||||
|
||||
Reference in New Issue
Block a user