Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_dp.c132 drm_connector_helper_hpd_irq_event(&priv->dp.connector); in hibmc_dp_hpd_isr()
/linux/drivers/gpu/drm/
H A Ddrm_probe_helper.c1014 * drm_connector_helper_hpd_irq_event - hotplug processing
1034 bool drm_connector_helper_hpd_irq_event(struct drm_connector *connector) in drm_connector_helper_hpd_irq_event() function
1052 EXPORT_SYMBOL(drm_connector_helper_hpd_irq_event);
1068 * drm_connector_helper_hpd_irq_event(). Alternatively, they should bypass this
/linux/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c2346 drm_connector_helper_hpd_irq_event(connector); in vc4_hdmi_hpd_irq_thread()