Lines Matching full:used
58 * These hooks are used by the legacy CRTC helpers, the transitional plane
67 * This is used by the legacy CRTC helpers to implement DPMS
70 * This callback is also used to disable a CRTC by calling it with
71 * DRM_MODE_DPMS_OFF if the @disable hook isn't used.
73 * This callback is used by the legacy CRTC helpers. Atomic helpers
76 * @atomic_enable and @atomic_disable should be used.
88 * This callback is used by the legacy CRTC helpers. Atomic helpers
91 * should be used.
103 * This callback is used by the legacy CRTC helpers. Atomic helpers
106 * should be used.
113 * This callback is used to check if a specific mode is valid in this
118 * can be used to restrict the number of modes to only the ones that
121 * This hook is used by the probe helpers to filter the mode list in
122 * drm_helper_probe_single_connector_modes(), and it is used by the
147 * This callback is used to validate a mode. The parameter mode is the
155 * This function is used by both legacy CRTC helpers and atomic helpers.
194 * This callback is used by the legacy CRTC helpers to set a new mode,
200 * This callback is only used by CRTC helpers and deprecated.
213 * This callback is used to update the display mode of a CRTC without
215 * requirement of atomic and hence is used by the atomic helpers. It is
216 * also used by the transitional plane helpers to implement a
236 * This callback is used by the legacy CRTC helpers to set a new
237 * framebuffer and scanout position. It is optional and used as an
244 * This callback is only used by the CRTC helpers and deprecated.
256 * This callback is used by the fbdev helpers to set a new framebuffer
258 * is only used to implement kgdb support.
274 * This callback should be used to disable the CRTC. With the atomic
282 * This hook is used both by legacy CRTC helpers and atomic helpers.
293 * @disable and other hooks (like @prepare or @dpms) used to shut down a
309 * aware of the calling order, since this hook is used by
315 * beforehand. This is calling order used by the default helper
332 * This callback is used by the atomic modeset helpers and by the
372 * This callback is used by the atomic modeset helpers and by the
396 * This callback is used by the atomic modeset helpers and by the
405 * This callback should be used to enable the CRTC. With the atomic
412 * This hook is used only by atomic helpers, for symmetry with
427 * This callback should be used to disable the CRTC. With the atomic
435 * This hook is used only by atomic helpers. Atomic drivers don't
451 * measured. Note that this is a helper callback which is only used
506 * These hooks are used by the legacy CRTC helpers, the transitional plane
515 * This is used by the legacy encoder helpers to implement DPMS
518 * This callback is also used to disable an encoder by calling it with
519 * DRM_MODE_DPMS_OFF if the @disable hook isn't used.
521 * This callback is used by the legacy CRTC helpers. Atomic helpers
524 * @enable and @disable should be used.
531 * This callback is used to check if a specific mode is valid in this
536 * can be used to restrict the number of modes to only the ones that
539 * This hook is used by the probe helpers to filter the mode list in
540 * drm_helper_probe_single_connector_modes(), and it is used by the
565 * This callback is used to validate and adjust a mode. The parameter
572 * This function is used by both legacy CRTC helpers and atomic helpers.
587 * instead use the @atomic_check callback. If @atomic_check is used,
614 * This callback is used by the legacy CRTC helpers. Atomic helpers
617 * be used.
629 * This callback is used by the legacy CRTC helpers. Atomic helpers
632 * be used.
639 * This callback is used to update the display mode of an encoder.
649 * This callback is used both by the legacy CRTC helpers and the atomic
656 * @atomic_mode_set can be used instead.
665 * This callback is used to update the display mode of an encoder.
675 * This callback is used by the atomic modeset helpers in place of the
677 * be used instead of @mode_set if the driver needs to inspect the
688 * This callback can be used by drivers who want to do detection on the
691 * It is not used by any helper and therefore has purely driver-specific
706 * This callback should be used to disable the encoder. With the atomic
717 * This hook is only used by atomic helpers. Atomic drivers don't need
729 * This callback should be used to enable the encoder. It is called
740 * This hook is only used by atomic helpers, it is the opposite of
752 * This callback should be used to disable the encoder. With the atomic
759 * This hook is used both by legacy CRTC helpers and atomic helpers.
771 * @disable and other hooks (like @prepare or @dpms) used to shut down a
785 * This callback should be used to enable the encoder. With the atomic
792 * This hook is only used by atomic helpers, it is the opposite of
803 * This callback is used to validate encoder state for atomic drivers.
814 * This function is used by the atomic helpers, but it is optional.
855 * These functions are used by the atomic and legacy modeset helpers and by the
890 * This callback is used by the probe helpers in e.g.
908 * connector due to a user request. force can be used by the driver to
937 * This callback is used by the probe helpers to filter the mode list
974 * This callback is used by the probe helpers to filter the mode list
1014 * This function is used by both the atomic helpers (in the
1032 * Encoder that should be used for the given connector and connector
1034 * will ensure that encoders aren't used twice, drivers should not check
1046 * This function is used by drm_atomic_helper_check_modeset().
1058 * Encoder that should be used for the given connector and connector
1060 * will ensure that encoders aren't used twice, drivers should not check
1069 * This hook is used to validate connector state. This function is
1103 * This hook is to be used by drivers implementing writeback connectors
1110 * This callback is used by the atomic modeset helpers.
1121 * is used to support the preparation of writeback jobs. The job
1127 * This callback is used by the atomic modeset helpers.
1134 * This optional connector operation is used to support the
1142 * This callback is used by the atomic modeset helpers.
1162 * These functions are used by the atomic helpers and by the transitional plane
1190 * This callback is used by the atomic modeset helpers and by the
1208 * This callback is used by the atomic modeset helpers and by the
1233 * This callback is used by the atomic modeset helpers and by the
1264 * This callback is used by the atomic modeset helpers and by the
1288 * This callback is used by the atomic modeset helpers and by the
1365 * These helper functions are used by the atomic helpers.
1371 * This hook is used by the default atomic_commit() hook implemented in
1374 * to implement blocking and nonblocking commits easily. It is not used
1408 * This hook is used by the default atomic_commit() hook implemented in
1411 * is not used by the atomic helpers.