drm_bridge_disable(9) calls ->disable drm_bridge_funcs op for all bridges in the encoder chain.

SYNOPSIS

void drm_bridge_disable(struct drm_bridge * bridge);

ARGUMENTS

bridge

bridge control structure

DESCRIPTION

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.

NOTE

the bridge passed should be the one closest to the encoder

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

Laurent Pinchart <[email protected]>
Ideas on board SPRL,         
        

Driver internals

Daniel Vetter <[email protected]>
Intel Corporation,         
        

Contributions all over the place

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT