From: Xinlei Lee Dpi output needs to adjust the output format to dual edge for MT8186. The bridge ic on MT8186 uses the output format of RGB888_dual_edge. Due to hardware changes, we need to modify the output format corresponding to the mmsys register. Co-developed-by: Jitao Shi Signed-off-by: Jitao Shi Signed-off-by: Xinlei Lee Reviewed-by: AngeloGioacchino Del Regno Reviewed-by: Nís F. R. A. Prado --- drivers/gpu/drm/mediatek/mtk_dpi.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/drivers/gpu/drm/mediatek/mtk_dpi.c b/drivers/gpu/drm/mediatek/mtk_dpi.c index fb0b79704636..6e02f02f163c 100644 --- a/drivers/gpu/drm/mediatek/mtk_dpi.c +++ b/drivers/gpu/drm/mediatek/mtk_dpi.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include