]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/bridge: Document bridge init order with pre_enable_prev_first
authorJagan Teki <jagan@amarulasolutions.com>
Tue, 28 Mar 2023 17:07:52 +0000 (22:37 +0530)
committerRobert Foss <rfoss@kernel.org>
Tue, 5 Mar 2024 14:43:23 +0000 (15:43 +0100)
commit113cc3ad8566e06d6c8ef4fc0075a938dedefab5
tree0b29a94c68d2703be2e3673fb7ac1667f0e5bed5
parente18aeeda0b6905c333df5a0566b99f5c84426098
drm/bridge: Document bridge init order with pre_enable_prev_first

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 Teki <jagan@amarulasolutions.com>
Reviewed-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Signed-off-by: Robert Foss <rfoss@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230328170752.1102347-2-jagan@amarulasolutions.com
drivers/gpu/drm/drm_bridge.c