[PATCH 03/20] drm/mediatek: dsi: add support for .dsi_lp11_notity()
Michael Walle
mwalle at kernel.org
Mon May 6 06:34:32 PDT 2024
drm_bridge_dsi_lp11_notify() shall be called while both the clock and
data lanes are still in LP-11 mode. Add the callback.
Signed-off-by: Michael Walle <mwalle at kernel.org>
---
drivers/gpu/drm/mediatek/mtk_dsi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/mediatek/mtk_dsi.c b/drivers/gpu/drm/mediatek/mtk_dsi.c
index ed45c9cc3137..d4a5a2bd591a 100644
--- a/drivers/gpu/drm/mediatek/mtk_dsi.c
+++ b/drivers/gpu/drm/mediatek/mtk_dsi.c
@@ -709,6 +709,7 @@ static void mtk_output_dsi_enable(struct mtk_dsi *dsi)
mtk_dsi_lane_ready(dsi);
mtk_dsi_set_mode(dsi);
+ drm_bridge_dsi_lp11_notify(dsi->next_bridge);
mtk_dsi_clk_hs_mode(dsi, 1);
dsi->enabled = true;
--
2.39.2
More information about the linux-arm-kernel
mailing list