Home
last modified time | relevance | path

Searched refs:DP_UP_REQ_MSG_RDY (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/linux/
H A Ddrm_dp_helper.h247 # define DP_UP_REQ_MSG_RDY (1 << 5) /* 1.2 MST */ macro
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c681 esi[1] &= DP_UP_REQ_MSG_RDY; in dm_handle_mst_sideband_msg_ready_event()
685 esi[1] &= (DP_DOWN_REP_MSG_RDY | DP_UP_REQ_MSG_RDY); in dm_handle_mst_sideband_msg_ready_event()
/openbmc/linux/include/drm/display/
H A Ddrm_dp.h735 # define DP_UP_REQ_MSG_RDY (1 << 5) /* 1.2 MST */ macro
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c4106 if (esi[1] & DP_UP_REQ_MSG_RDY) { in drm_dp_mst_hpd_irq_handle_event()
4109 ack[1] |= DP_UP_REQ_MSG_RDY; in drm_dp_mst_hpd_irq_handle_event()
/openbmc/linux/drivers/gpu/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()