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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_bridge.h 295 * @atomic_disable:
300 * bridge's @atomic_disable or @disable vfunc. If the preceding element
302 * &drm_encoder_helper_funcs.atomic_disable hook.
313 * The @atomic_disable callback is optional.
315 void (*atomic_disable)(struct drm_bridge *bridge, member in struct:drm_bridge_funcs
326 * &drm_encoder_helper_funcs.atomic_disable hook.
drm_modeset_helper_vtables.h 78 * @atomic_enable and @atomic_disable should be used.
92 * transitions to atomic, but it is deprecated. Instead @atomic_disable
289 * Atomic drivers should consider to use @atomic_disable instead of
416 * @atomic_disable. Atomic drivers don't need to implement it if there's
419 * @atomic_enable must be the inverse of @atomic_disable for atomic
432 * @atomic_disable:
453 void (*atomic_disable)(struct drm_crtc *crtc, member in struct:drm_crtc_helper_funcs
685 * @atomic_disable:
689 * using their own &drm_crtc_helper_funcs.atomic_disable hook. If that
695 * to the driver. If @atomic_disable is implemented, @disable is no
704 void (*atomic_disable)(struct drm_encoder *encoder, member in struct:drm_encoder_helper_funcs
1196 void (*atomic_disable)(struct drm_plane *plane, member in struct:drm_plane_helper_funcs
    [all...]

Completed in 47 milliseconds