Home
last modified time | relevance | path

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

/linux-6.1.9/include/drm/
Ddrm_probe_helper.h22 bool drm_connector_helper_hpd_irq_event(struct drm_connector *connector);
/linux-6.1.9/drivers/gpu/drm/
Ddrm_probe_helper.c930 bool drm_connector_helper_hpd_irq_event(struct drm_connector *connector) in drm_connector_helper_hpd_irq_event() function
948 EXPORT_SYMBOL(drm_connector_helper_hpd_irq_event);
/linux-6.1.9/drivers/gpu/drm/vc4/
Dvc4_hdmi.c2583 drm_connector_helper_hpd_irq_event(connector); in vc4_hdmi_hpd_irq_thread()