Home
last modified time | relevance | path

Searched refs:drm_connector_helper_hpd_irq_event (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/drm/
Ddrm_probe_helper.h21 bool drm_connector_helper_hpd_irq_event(struct drm_connector *connector);
/linux-5.19.10/drivers/gpu/drm/
Ddrm_probe_helper.c881 bool drm_connector_helper_hpd_irq_event(struct drm_connector *connector) in drm_connector_helper_hpd_irq_event() function
899 EXPORT_SYMBOL(drm_connector_helper_hpd_irq_event);
/linux-5.19.10/drivers/gpu/drm/vc4/
Dvc4_hdmi.c2199 drm_connector_helper_hpd_irq_event(connector); in vc4_hdmi_hpd_irq_thread()