Lines Matching full:bridges
49 * the encoder and bridges. Once these links are made, the bridges will
58 * Bridges can also be chained up using the &drm_bridge.next pointer.
60 * Both legacy CRTC helpers and the new atomic modeset helpers support bridges.
164 * These helpers call a specific &drm_bridge_funcs op for all the bridges
171 * drm_bridge_mode_fixup - fixup proposed mode for all bridges in the
177 * Calls &drm_bridge_funcs.mode_fixup for all the bridges in the
204 * drm_bridge_mode_valid - validate the mode against all bridges in the
209 * Calls &drm_bridge_funcs.mode_valid for all the bridges in the encoder
237 * drm_bridge_disable - disables all bridges in the encoder chain
240 * Calls &drm_bridge_funcs.disable op for all the bridges in the encoder
259 * drm_bridge_post_disable - cleans up after disabling all bridges in the encoder chain
262 * Calls &drm_bridge_funcs.post_disable op for all the bridges in the
281 * drm_bridge_mode_set - set proposed mode for all bridges in the
287 * Calls &drm_bridge_funcs.mode_set op for all the bridges in the
308 * bridges in the encoder chain
311 * Calls &drm_bridge_funcs.pre_enable op for all the bridges in the encoder
330 * drm_bridge_enable - enables all bridges in the encoder chain
333 * Calls &drm_bridge_funcs.enable op for all the bridges in the encoder