HomeSort by: relevance | last modified time | path
    Searched defs:atomic_enable (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_bridge.h 252 * &drm_encoder_helper_funcs.atomic_enable hook.
271 * @atomic_enable:
276 * bridge's @atomic_enable or @enable function. If the preceding element
278 * &drm_encoder_helper_funcs.atomic_enable hook.
290 * The @atomic_enable callback is optional.
292 void (*atomic_enable)(struct drm_bridge *bridge, member in struct:drm_bridge_funcs
drm_modeset_helper_vtables.h 78 * @atomic_enable and @atomic_disable should be used.
107 * transitions to atomic, but it is deprecated. Instead @atomic_enable
229 * move all their CRTC setup into the @atomic_enable callback.
288 * @disable must be the inverse of @atomic_enable for atomic drivers.
406 * @atomic_enable:
419 * @atomic_enable must be the inverse of @atomic_disable for atomic
428 void (*atomic_enable)(struct drm_crtc *crtc, member in struct:drm_crtc_helper_funcs
702 * @atomic_enable.
708 * @atomic_enable:
712 * &drm_crtc_helper_funcs.atomic_enable hook. If that sequence i
727 void (*atomic_enable)(struct drm_encoder *encoder, member in struct:drm_encoder_helper_funcs
    [all...]

Completed in 13 milliseconds