Home
last modified time | relevance | path

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

/Linux-v5.10/include/drm/
Ddrm_dp_mst_helper.h775 int drm_dp_mst_hpd_irq(struct drm_dp_mst_topology_mgr *mgr, u8 *esi, bool *handled);
/Linux-v5.10/drivers/gpu/drm/radeon/
Dradeon_dp_mst.c692 ret = drm_dp_mst_hpd_irq(&radeon_connector->mst_mgr, esi, &handled); in radeon_dp_mst_check_status()
/Linux-v5.10/drivers/gpu/drm/
Ddrm_dp_mst_topology.c4155 int drm_dp_mst_hpd_irq(struct drm_dp_mst_topology_mgr *mgr, u8 *esi, bool *handled) in drm_dp_mst_hpd_irq() function
4180 EXPORT_SYMBOL(drm_dp_mst_hpd_irq);
/Linux-v5.10/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c1436 drm_dp_mst_hpd_irq(&mstm->mgr, esi, &handled); in nv50_mstm_service()
/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_dp.c5675 drm_dp_mst_hpd_irq(&intel_dp->mst_mgr, esi, &handled); in intel_dp_check_mst_status()
/Linux-v5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c2404 drm_dp_mst_hpd_irq( in dm_handle_hpd_rx_irq()