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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_modeset_helper_vtables.h 137 * @mode_fixup or @atomic_check.
172 * instead use the @atomic_check callback, but note that they're not
174 * drm_atomic_helper_check_modeset(), but @atomic_check is called from
307 * @atomic_check:
321 * after the &drm_plane_helper_funcs.atomic_check hook for planes, which
357 int (*atomic_check)(struct drm_crtc *crtc, member in struct:drm_crtc_helper_funcs
518 * @mode_fixup or @atomic_check.
552 * instead use the @atomic_check callback. If @atomic_check is used,
553 * this hook isn't called since @atomic_check allows a strict superse
817 int (*atomic_check)(struct drm_encoder *encoder, member in struct:drm_encoder_helper_funcs
1031 int (*atomic_check)(struct drm_connector *connector, member in struct:drm_connector_helper_funcs
1154 int (*atomic_check)(struct drm_plane *plane, member in struct:drm_plane_helper_funcs
    [all...]
drm_mode_config.h 125 * @atomic_check:
198 int (*atomic_check)(struct drm_device *dev, member in struct:drm_mode_config_funcs
205 * guarantees that @atomic_check has been called successfully before
277 * @atomic_check) or -EDEADLK (this function must not acquire

Completed in 12 milliseconds