<def f='src/src/sys/external/bsd/drm2/dist/include/drm/drm_crtc_helper.h' l='93' ll='112'/>
<size>80</size>
<doc f='src/src/sys/external/bsd/drm2/dist/include/drm/drm_crtc_helper.h' l='86'>/**
 * drm_encoder_helper_funcs - helper operations for encoders
 * @mode_fixup: try to fixup proposed mode for this connector
 * @mode_set: set this mode
 *
 * The helper operations are called by the mid-layer CRTC helper.
 */</doc>
<mbr r='drm_encoder_helper_funcs::dpms' o='0' t='void (*)(struct drm_encoder *, int)'/>
<mbr r='drm_encoder_helper_funcs::save' o='64' t='void (*)(struct drm_encoder *)'/>
<mbr r='drm_encoder_helper_funcs::restore' o='128' t='void (*)(struct drm_encoder *)'/>
<mbr r='drm_encoder_helper_funcs::mode_fixup' o='192' t='_Bool (*)(struct drm_encoder *, const struct drm_display_mode *, struct drm_display_mode *)'/>
<mbr r='drm_encoder_helper_funcs::prepare' o='256' t='void (*)(struct drm_encoder *)'/>
<mbr r='drm_encoder_helper_funcs::commit' o='320' t='void (*)(struct drm_encoder *)'/>
<mbr r='drm_encoder_helper_funcs::mode_set' o='384' t='void (*)(struct drm_encoder *, struct drm_display_mode *, struct drm_display_mode *)'/>
<mbr r='drm_encoder_helper_funcs::get_crtc' o='448' t='struct drm_crtc *(*)(struct drm_encoder *)'/>
<mbr r='drm_encoder_helper_funcs::detect' o='512' t='enum drm_connector_status (*)(struct drm_encoder *, struct drm_connector *)'/>
<mbr r='drm_encoder_helper_funcs::disable' o='576' t='void (*)(struct drm_encoder *)'/>
