Re: [PATCH v2 2/2] drm/bridge: Document bridge init order with pre_enable_prev_first

2023-08-01 Thread Dave Stevenson
On Tue, 28 Mar 2023 at 18:08, Jagan Teki wrote: > > In order to satisfy the MIPI DSI initialization sequence the bridge > init order has been altered with the help of pre_enable_prev_first > in pre_enable and post_disable bridge operations. > > Document the affected bridge init order with an examp

[PATCH v2 2/2] drm/bridge: Document bridge init order with pre_enable_prev_first

2023-03-28 Thread Jagan Teki
In order to satisfy the MIPI DSI initialization sequence the bridge init order has been altered with the help of pre_enable_prev_first in pre_enable and post_disable bridge operations. Document the affected bridge init order with an example on the bridge operations helpers. Signed-off-by: Jagan T