On 31/05/2023 09:43, Chen-Yu Tsai wrote:
Hi Matthias,

On Mon, Mar 6, 2023 at 4:07 PM Jason-JH.Lin <[email protected]> wrote:

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 <[email protected]>
Reviewed-by: AngeloGioacchino Del Regno 
<[email protected]>
Reviewed-by: Rex-BC Chen <[email protected]>
Acked-by: Matthias Brugger <[email protected]>

CK didn't pick up this patch. Since the other patch already got picked up
in v6.4-rc1, could you merge this for v6.5?


Yes, I gave an acked-by as I thought that CK will take both of them. Anyway applied now.

Matthias


Thanks
ChenYu


---
  include/linux/soc/mediatek/mtk-mmsys.h | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/linux/soc/mediatek/mtk-mmsys.h 
b/include/linux/soc/mediatek/mtk-mmsys.h
index dc2963a0a0f7..8eb5846985b4 100644
--- a/include/linux/soc/mediatek/mtk-mmsys.h
+++ b/include/linux/soc/mediatek/mtk-mmsys.h
@@ -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,
--
2.18.0

Reply via email to