Lines Matching full:polling
55 * It also provides support for polling connectors with a work item and for
228 * drm_kms_helper_poll_enable - re-enable output polling.
231 * This function re-enables the output polling work, after it has been
236 * not an error to call this even when output polling isn't enabled.
238 * Note that calls to enable and disable polling must be strictly ordered, which
495 /* Re-enable polling in case the global poll config changed. */ in drm_helper_probe_single_connector_modes()
651 * want any hotplug detection at all for polling. */ in output_poll_execute()
718 * to select distinct code paths for output polling versus other contexts.
721 * the autosuspend worker wherein the latter waits for polling to finish
735 * drm_kms_helper_poll_disable - disable output polling
738 * This function disables the output polling work.
741 * not an error to call this even when output polling isn't enabled or already
742 * disabled. Polling is re-enabled by calling drm_kms_helper_poll_enable().
744 * Note that calls to enable and disable polling must be strictly ordered, which
757 * drm_kms_helper_poll_init - initialize and enable output polling
760 * This function initializes and then also enables output polling support for
770 * completely ignored by the polling logic.
785 * drm_kms_helper_poll_fini - disable output polling and clean it up