Home | History | Annotate | Download | only in drm

Lines Matching defs:poll

73 module_param_named(poll, drm_kms_helper_poll, bool, 0600);
232 bool poll = false;
244 poll = true;
256 * drm_helper_probe_single_connector_modes() in case the poll
259 poll = true;
263 if (poll)
450 * Normally either the driver's hpd code or the poll loop should
465 * locks. Fire up the poll struct instead, it will
474 /* Re-enable polling in case the global poll config changed. */
622 /* if we are connected and don't want to poll for disconnect
635 * The poll work sets force=false when calling detect so
639 * flip-flop between unknown here in the poll work and
677 * drm_kms_helper_is_poll_worker - is %current task an output poll worker?
679 * Determine if %current task is an output poll worker. This can be used
682 * One use case is to avoid a deadlock between the output poll worker and
724 * this helper infrastructure to regularly poll such connectors for changes in