Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/
Ddrm_dp_mst_helper.h475 int drm_dp_mst_hpd_irq(struct drm_dp_mst_topology_mgr *mgr, u8 *esi, bool *handled);
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_dp_mst.c720 ret = drm_dp_mst_hpd_irq(&radeon_connector->mst_mgr, esi, &handled); in radeon_dp_mst_check_status()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_dp_mst_topology.c2334 int drm_dp_mst_hpd_irq(struct drm_dp_mst_topology_mgr *mgr, u8 *esi, bool *handled) in drm_dp_mst_hpd_irq() function
2359 EXPORT_SYMBOL(drm_dp_mst_hpd_irq);
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_dp.c4387 ret = drm_dp_mst_hpd_irq(&intel_dp->mst_mgr, esi, &handled); in intel_dp_check_mst_status()