Searched refs:somt (Results 1 – 2 of 2) sorted by relevance
163 bool somt; member
284 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()