Re: [PATCH 05/12] drm: sprd: register a DSI bridge and move init code to pre_enable

2025-07-28 Thread Dmitry Baryshkov
On Sat, Jul 19, 2025 at 02:09:41PM +0200, Otto Pflüger wrote: > If a panel needs to send DSI commands during initialization, it sets the > prepare_prev_first flag, which allows the DSI host to initialize itself > before the panel's prepare function is called. To support this, the DSI > host must re

[PATCH 05/12] drm: sprd: register a DSI bridge and move init code to pre_enable

2025-07-19 Thread Otto Pflüger
If a panel needs to send DSI commands during initialization, it sets the prepare_prev_first flag, which allows the DSI host to initialize itself before the panel's prepare function is called. To support this, the DSI host must register a bridge and perform the necessary initialization steps in its