Lines Matching full:polled
254 if (connector->polled & (DRM_CONNECTOR_POLL_CONNECT | in drm_kms_helper_poll_enable()
724 if (!connector->polled || connector->polled == DRM_CONNECTOR_POLL_HPD) in output_poll_execute()
731 !(connector->polled & DRM_CONNECTOR_POLL_DISCONNECT)) in output_poll_execute()
837 * Drivers can control which connectors are polled by setting the
844 * Note that a connector can be both polled and probed from the hotplug handler,
877 drm_WARN_ON(dev, !(connector->polled & DRM_CONNECTOR_POLL_HPD)); in check_connector_changed()
914 * which has the DRM_CONNECTOR_POLL_HPD flag set in its &polled member.
924 * Note that a connector can be both polled and probed from the hotplug
955 * which have the DRM_CONNECTOR_POLL_HPD flag set in their &polled member. All
971 * Note that a connector can be both polled and probed from the hotplug handler,
990 if (!(connector->polled & DRM_CONNECTOR_POLL_HPD)) in drm_helper_hpd_irq_event()