Lines Matching full:polled
256 if (connector->polled & (DRM_CONNECTOR_POLL_CONNECT | in drm_kms_helper_enable_hpd()
327 * in drm_connector::polled. Note that after disabling polling by clearing these
792 if (!connector->polled || connector->polled == DRM_CONNECTOR_POLL_HPD) in output_poll_execute()
799 !(connector->polled & DRM_CONNECTOR_POLL_DISCONNECT)) in output_poll_execute()
912 * Drivers can control which connectors are polled by setting the
919 * Note that a connector can be both polled and probed from the hotplug handler,
979 drm_WARN_ON(dev, !(connector->polled & DRM_CONNECTOR_POLL_HPD)); in check_connector_changed()
1016 * which has the DRM_CONNECTOR_POLL_HPD flag set in its &polled member.
1026 * Note that a connector can be both polled and probed from the hotplug
1057 * which have the DRM_CONNECTOR_POLL_HPD flag set in their &polled member. All
1073 * Note that a connector can be both polled and probed from the hotplug handler,
1092 if (!(connector->polled & DRM_CONNECTOR_POLL_HPD)) in drm_helper_hpd_irq_event()