Skip to content

Commit 33e8150

Browse files
tombalinusw
authored andcommitted
Revert "drm/mediatek: dsi: Fix DSI host and panel bridge pre-enable order"
This reverts commit f5b1819. As the original commit (c9b1150 ("drm/atomic-helper: Re-order bridge chain pre-enable and post-disable")) causing the issue has been reverted, let's revert the fix for mediatek. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Cc: stable@vger.kernel.org # v6.17+ Fixes: c9b1150 ("drm/atomic-helper: Re-order bridge chain pre-enable and post-disable") Reviewed-by: Maxime Ripard <mripard@kernel.org> Reviewed-by: Linus Walleij <linusw@kernel.org> Tested-by: Linus Walleij <linusw@kernel.org> Signed-off-by: Linus Walleij <linusw@kernel.org> Link: https://patch.msgid.link/20251205-drm-seq-fix-v1-2-fda68fa1b3de@ideasonboard.com
1 parent c1ef9a6 commit 33e8150

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

drivers/gpu/drm/mediatek/mtk_dsi.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,12 +1002,6 @@ static int mtk_dsi_host_attach(struct mipi_dsi_host *host,
10021002
return PTR_ERR(dsi->next_bridge);
10031003
}
10041004

1005-
/*
1006-
* set flag to request the DSI host bridge be pre-enabled before device bridge
1007-
* in the chain, so the DSI host is ready when the device bridge is pre-enabled
1008-
*/
1009-
dsi->next_bridge->pre_enable_prev_first = true;
1010-
10111005
drm_bridge_add(&dsi->bridge);
10121006

10131007
ret = component_add(host->dev, &mtk_dsi_component_ops);

0 commit comments

Comments
 (0)