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