Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_mst_types.c674 esi[1] &= DP_DOWN_REP_MSG_RDY; in dm_handle_mst_sideband_msg_ready_event()
682 esi[1] &= (DP_DOWN_REP_MSG_RDY | DP_UP_REQ_MSG_RDY); in dm_handle_mst_sideband_msg_ready_event()
/linux-6.6.21/include/drm/display/
Ddrm_dp.h734 # define DP_DOWN_REP_MSG_RDY (1 << 4) /* 1.2 MST */ macro
/linux-6.6.21/drivers/gpu/drm/display/
Ddrm_dp_mst_topology.c4089 if (esi[1] & DP_DOWN_REP_MSG_RDY) { in drm_dp_mst_hpd_irq_handle_event()
4092 ack[1] |= DP_DOWN_REP_MSG_RDY; in drm_dp_mst_hpd_irq_handle_event()
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_dp.c4164 if (ack[1] & (DP_DOWN_REP_MSG_RDY | DP_UP_REQ_MSG_RDY)) in intel_dp_check_mst_status()