Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c681 esi[1] &= DP_DOWN_REP_MSG_RDY; in dm_handle_mst_sideband_msg_ready_event()
689 esi[1] &= (DP_DOWN_REP_MSG_RDY | DP_UP_REQ_MSG_RDY); in dm_handle_mst_sideband_msg_ready_event()
/openbsd/sys/dev/pci/drm/include/drm/display/
H A Ddrm_dp.h734 # define DP_DOWN_REP_MSG_RDY (1 << 4) /* 1.2 MST */ macro
/openbsd/sys/dev/pci/drm/display/
H A Ddrm_dp_mst_topology.c4161 if (esi[1] & DP_DOWN_REP_MSG_RDY) { in drm_dp_mst_hpd_irq_handle_event()
4164 ack[1] |= DP_DOWN_REP_MSG_RDY; in drm_dp_mst_hpd_irq_handle_event()
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_dp.c4173 if (ack[1] & (DP_DOWN_REP_MSG_RDY | DP_UP_REQ_MSG_RDY)) in intel_dp_check_mst_status()