drm_bridge_mode_set(9) set proposed mode for all bridges in the encoder chain

SYNOPSIS

void drm_bridge_mode_set(struct drm_bridge * bridge, struct drm_display_mode * mode, struct drm_display_mode * adjusted_mode);

ARGUMENTS

bridge

bridge control structure

mode

desired mode to be set for the bridge

adjusted_mode

updated mode that works for this bridge

DESCRIPTION

Calls ->mode_set drm_bridge_funcs op for all the bridges in the encoder chain, starting from the first bridge to the last.

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