Home
last modified time | relevance | path

Searched refs:drm_dp_mst_hpd_irq (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/drm/
Ddrm_dp_mst_helper.h474 int drm_dp_mst_hpd_irq(struct drm_dp_mst_topology_mgr *mgr, u8 *esi, bool *handled);
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_dp_mst.c721 ret = drm_dp_mst_hpd_irq(&radeon_connector->mst_mgr, esi, &handled); in radeon_dp_mst_check_status()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_dp_mst_topology.c2332 int drm_dp_mst_hpd_irq(struct drm_dp_mst_topology_mgr *mgr, u8 *esi, bool *handled) in drm_dp_mst_hpd_irq() function
2357 EXPORT_SYMBOL(drm_dp_mst_hpd_irq);
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_dp.c3997 ret = drm_dp_mst_hpd_irq(&intel_dp->mst_mgr, esi, &handled); in intel_dp_check_mst_status()