Home
last modified time | relevance | path

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

/Linux-v5.10/include/drm/
Ddrm_dp_mst_helper.h175 bool somt; member
/Linux-v5.10/drivers/gpu/drm/
Ddrm_dp_mst_topology.c281 buf[idx++] = (hdr->somt << 7) | (hdr->eomt << 6) | (hdr->seqno << 4); in drm_dp_encode_sideband_msg_hdr()
319 hdr->somt = (buf[idx] >> 7) & 0x1; in drm_dp_decode_sideband_msg_hdr()
746 if (!hdr->somt && !msg->have_somt) in drm_dp_sideband_msg_set_header()
755 if (hdr->somt && msg->have_somt) in drm_dp_sideband_msg_set_header()
758 if (hdr->somt) { in drm_dp_sideband_msg_set_header()
2871 hdr.somt = 1; in process_single_tx_qlock()