Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/
Ddrm_dp_mst_helper.h145 bool eomt; member
/linux-4.4.14/drivers/gpu/drm/
Ddrm_dp_mst_topology.c153 buf[idx++] = (hdr->somt << 7) | (hdr->eomt << 6) | (hdr->seqno << 4); in drm_dp_encode_sideband_msg_hdr()
191 hdr->eomt = (buf[idx] >> 6) & 0x1; in drm_dp_decode_sideband_msg_hdr()
345 if (recv_hdr.eomt) in drm_dp_sideband_msg_build()
1459 hdr.eomt = 1; in process_single_tx_qlock()