drm_bridge_post_disable —
calls ->post_disable drm_bridge_funcs op for all bridges in the encoder chain.
void drm_bridge_post_disable ( | struct drm_bridge * bridge); |
Calls ->post_disable drm_bridge_funcs op for all the bridges in the
encoder chain, starting from the first bridge to the last. These are called
after completing the encoder's prepare op.