Home
last modified time | relevance | path

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

/linux-6.1.9/include/drm/display/
Ddrm_dp_mst_helper.h163 bool somt; member
/linux-6.1.9/drivers/gpu/drm/display/
Ddrm_dp_mst_topology.c284 buf[idx++] = (hdr->somt << 7) | (hdr->eomt << 6) | (hdr->seqno << 4); in drm_dp_encode_sideband_msg_hdr()
323 hdr->somt = (buf[idx] >> 7) & 0x1; in drm_dp_decode_sideband_msg_hdr()
750 if (!hdr->somt && !msg->have_somt) in drm_dp_sideband_msg_set_header()
759 if (hdr->somt && msg->have_somt) in drm_dp_sideband_msg_set_header()
762 if (hdr->somt) { in drm_dp_sideband_msg_set_header()
2811 hdr.somt = 1; in process_single_tx_qlock()