Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c769 esi[1] &= DP_UP_REQ_MSG_RDY; in dm_handle_mst_sideband_msg_ready_event()
773 esi[1] &= (DP_DOWN_REP_MSG_RDY | DP_UP_REQ_MSG_RDY); in dm_handle_mst_sideband_msg_ready_event()
/linux/include/drm/display/
H A Ddrm_dp.h794 # define DP_UP_REQ_MSG_RDY (1 << 5) /* 1.2 MST */ macro