Lines Matching full:used
56 * These hooks are used by the legacy CRTC helpers, the transitional plane
65 * This is used by the legacy CRTC helpers to implement DPMS
68 * This callback is also used to disable a CRTC by calling it with
69 * DRM_MODE_DPMS_OFF if the @disable hook isn't used.
71 * This callback is used by the legacy CRTC helpers. Atomic helpers
74 * @atomic_enable and @atomic_disable should be used.
86 * This callback is used by the legacy CRTC helpers. Atomic helpers
89 * should be used.
101 * This callback is used by the legacy CRTC helpers. Atomic helpers
104 * should be used.
111 * This callback is used to check if a specific mode is valid in this
116 * can be used to restrict the number of modes to only the ones that
119 * This hook is used by the probe helpers to filter the mode list in
120 * drm_helper_probe_single_connector_modes(), and it is used by the
145 * This callback is used to validate a mode. The parameter mode is the
153 * This function is used by both legacy CRTC helpers and atomic helpers.
192 * This callback is used by the legacy CRTC helpers to set a new mode,
198 * This callback is only used by CRTC helpers and deprecated.
211 * This callback is used to update the display mode of a CRTC without
213 * requirement of atomic and hence is used by the atomic helpers. It is
214 * also used by the transitional plane helpers to implement a
234 * This callback is used by the legacy CRTC helpers to set a new
235 * framebuffer and scanout position. It is optional and used as an
242 * This callback is only used by the CRTC helpers and deprecated.
254 * This callback is used by the fbdev helpers to set a new framebuffer
256 * is only used to implement kgdb support.
272 * This callback should be used to disable the CRTC. With the atomic
280 * This hook is used both by legacy CRTC helpers and atomic helpers.
291 * @disable and other hooks (like @prepare or @dpms) used to shut down a
307 * aware of the calling order, since this hook is used by
313 * beforehand. This is calling order used by the default helper
330 * This callback is used by the atomic modeset helpers and by the
371 * This callback is used by the atomic modeset helpers and by the
395 * This callback is used by the atomic modeset helpers and by the
404 * This callback should be used to enable the CRTC. With the atomic
411 * This hook is used only by atomic helpers, for symmetry with
428 * This callback should be used to disable the CRTC. With the atomic
436 * This hook is used only by atomic helpers. Atomic drivers don't
441 * parameter @old_crtc_state which could be used to access the old
463 * These hooks are used by the legacy CRTC helpers, the transitional plane
472 * This is used by the legacy encoder helpers to implement DPMS
475 * This callback is also used to disable an encoder by calling it with
476 * DRM_MODE_DPMS_OFF if the @disable hook isn't used.
478 * This callback is used by the legacy CRTC helpers. Atomic helpers
481 * @enable and @disable should be used.
488 * This callback is used to check if a specific mode is valid in this
493 * can be used to restrict the number of modes to only the ones that
496 * This hook is used by the probe helpers to filter the mode list in
497 * drm_helper_probe_single_connector_modes(), and it is used by the
522 * This callback is used to validate and adjust a mode. The parameter
529 * This function is used by both legacy CRTC helpers and atomic helpers.
544 * instead use the @atomic_check callback. If @atomic_check is used,
571 * This callback is used by the legacy CRTC helpers. Atomic helpers
574 * be used.
586 * This callback is used by the legacy CRTC helpers. Atomic helpers
589 * be used.
596 * This callback is used to update the display mode of an encoder.
606 * This callback is used both by the legacy CRTC helpers and the atomic
613 * @atomic_mode_set can be used instead.
622 * This callback is used to update the display mode of an encoder.
632 * This callback is used by the atomic modeset helpers in place of the
634 * be used instead of @mode_set if the driver needs to inspect the
645 * This callback is used by the legacy CRTC helpers to work around
661 * This callback can be used by drivers who want to do detection on the
664 * It is not used by any helper and therefore has purely driver-specific
679 * This callback should be used to disable the encoder. With the atomic
686 * This hook is used both by legacy CRTC helpers and atomic helpers.
695 * @disable and other hooks (like @prepare or @dpms) used to shut down a
709 * This callback should be used to enable the encoder. With the atomic
716 * This hook is used only by atomic helpers, for symmetry with @disable.
727 * This callback is used to validate encoder state for atomic drivers.
738 * This function is used by the atomic helpers, but it is optional.
779 * These functions are used by the atomic and legacy modeset helpers and by the
808 * This callback is used by the probe helpers in e.g.
826 * connector due to a user request. force can be used by the driver to
855 * This callback is used by the probe helpers to filter the mode list
890 * This function is used by both the atomic helpers (in the
909 * Encoder that should be used for the given connector and connector
911 * will ensure that encoders aren't used twice, drivers should not check
923 * This function is used by drm_atomic_helper_check_modeset().
936 * Encoder that should be used for the given connector and connector
938 * will ensure that encoders aren't used twice, drivers should not check
947 * This hook is used to validate connector state. This function is
981 * This hook is to be used by drivers implementing writeback connectors
988 * This callback is used by the atomic modeset helpers.
1008 * These functions are used by the atomic helpers and by the transitional plane
1033 * This callback is used by the atomic modeset helpers and by the
1051 * This callback is used by the atomic modeset helpers and by the
1076 * This callback is used by the atomic modeset helpers and by the
1108 * This callback is used by the atomic modeset helpers and by the
1132 * This callback is used by the atomic modeset helpers and by the
1211 * These helper functions are used by the atomic helpers.
1217 * This hook is used by the default atomic_commit() hook implemented in
1220 * to implement blocking and nonblocking commits easily. It is not used