Home
last modified time | relevance | path

Searched refs:DP_UP_REQ_MSG_RDY (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c678 esi[1] &= DP_UP_REQ_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()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_dp_helper.h594 # define DP_UP_REQ_MSG_RDY (1 << 5) /* 1.2 MST */ macro
/kernel/linux/linux-6.6/include/drm/display/
H A Ddrm_dp.h735 # define DP_UP_REQ_MSG_RDY (1 << 5) /* 1.2 MST */ macro
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c4095 if (esi[1] & DP_UP_REQ_MSG_RDY) { in drm_dp_mst_hpd_irq_handle_event()
4098 ack[1] |= DP_UP_REQ_MSG_RDY; in drm_dp_mst_hpd_irq_handle_event()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_dp_mst_topology.c4204 if (esi[1] & DP_UP_REQ_MSG_RDY) { in drm_dp_mst_hpd_irq()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_dp.c4164 if (ack[1] & (DP_DOWN_REP_MSG_RDY | DP_UP_REQ_MSG_RDY)) in intel_dp_check_mst_status()

Completed in 34 milliseconds