Name

drm_bridge_mode_set — 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