Lines Matching defs:drm_bridge_funcs
44 * enum drm_bridge_attach_flags - Flags for &drm_bridge_funcs.attach
55 * struct drm_bridge_funcs - drm_bridge control functions
57 struct drm_bridge_funcs {
133 * The mode_fixup callback is optional. &drm_bridge_funcs.mode_fixup()
134 * is not called when &drm_bridge_funcs.atomic_check() is implemented,
386 * &drm_bridge_funcs.atomic_duplicate_state().
470 * &drm_bridge_funcs.atomic_check() hooks are called in reverse
473 * This method is optional. &drm_bridge_funcs.mode_fixup() is not
474 * called when &drm_bridge_funcs.atomic_check() is implemented, so only
545 * &drm_bridge_funcs->get_edid callback instead.
677 * &drm_bridge_funcs->detect callback.
683 * the &drm_bridge_funcs->get_edid callback.
689 * implement the &drm_bridge_funcs->hpd_enable and
690 * &drm_bridge_funcs->hpd_disable callbacks if they support enabling
698 * this flag shall implement the &drm_bridge_funcs->get_modes callback.
728 const struct drm_bridge_funcs *funcs;