Lines Matching defs:drm_bridge_funcs
49 * enum drm_bridge_attach_flags - Flags for &drm_bridge_funcs.attach
60 * struct drm_bridge_funcs - drm_bridge control functions
62 struct drm_bridge_funcs {
138 * The mode_fixup callback is optional. &drm_bridge_funcs.mode_fixup()
139 * is not called when &drm_bridge_funcs.atomic_check() is implemented,
183 * New drivers shall use &drm_bridge_funcs.atomic_disable.
207 * New drivers shall use &drm_bridge_funcs.atomic_post_disable.
235 * &drm_bridge_funcs.atomic_enable operation.
261 * New drivers shall use &drm_bridge_funcs.atomic_pre_enable.
286 * New drivers shall use &drm_bridge_funcs.atomic_enable.
387 * &drm_bridge_funcs.atomic_duplicate_state().
471 * &drm_bridge_funcs.atomic_check() hooks are called in reverse
474 * This method is optional. &drm_bridge_funcs.mode_fixup() is not
475 * called when &drm_bridge_funcs.atomic_check() is implemented, so only
546 * &drm_bridge_funcs->edid_read callback instead.
850 * &drm_bridge_funcs->detect callback.
856 * the &drm_bridge_funcs->edid_read callback.
862 * implement the &drm_bridge_funcs->hpd_enable and
863 * &drm_bridge_funcs->hpd_disable callbacks if they support enabling
871 * this flag shall implement the &drm_bridge_funcs->get_modes callback.
877 * implement the &drm_bridge_funcs->write_infoframe callback.
887 * &drm_bridge_funcs->hdmi_audio_prepare and
888 * &drm_bridge_funcs->hdmi_audio_shutdown callbacks.
900 * &drm_bridge_funcs->dp_audio_prepare and
901 * &drm_bridge_funcs->dp_audio_shutdown callbacks.
935 const struct drm_bridge_funcs *funcs;
1058 const struct drm_bridge_funcs *funcs);