Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_dp_mst_helper.h152 bool path_msg; member
378 bool path_msg; member
/Linux-v4.19/drivers/gpu/drm/
Ddrm_dp_mst_topology.c153 buf[idx++] = (hdr->broadcast << 7) | (hdr->path_msg << 6) | in drm_dp_encode_sideband_msg_hdr()
189 hdr->path_msg = (buf[idx] >> 6) & 0x1; in drm_dp_decode_sideband_msg_hdr()
697 msg->path_msg = true; in build_enum_path_resources()
716 msg->path_msg = true; in build_allocate_payload()
732 msg->path_msg = true; in build_power_updown_phy()
1477 hdr->path_msg = txmsg->path_msg; in set_hdr_from_dst_qlock()