Home
last modified time | relevance | path

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

/Linux-v5.10/include/drm/
Ddrm_dp_mst_helper.h173 bool path_msg; member
510 bool path_msg; member
/Linux-v5.10/drivers/gpu/drm/
Ddrm_dp_mst_topology.c279 buf[idx++] = (hdr->broadcast << 7) | (hdr->path_msg << 6) | in drm_dp_encode_sideband_msg_hdr()
316 hdr->path_msg = (buf[idx] >> 6) & 0x1; in drm_dp_decode_sideband_msg_hdr()
696 txmsg->path_msg, buf); in drm_dp_mst_dump_sideband_msg_tx()
1167 msg->path_msg = true; in build_enum_path_resources()
1188 msg->path_msg = true; in build_allocate_payload()
1203 msg->path_msg = true; in build_power_updown_phy()
2830 hdr->path_msg = txmsg->path_msg; in set_hdr_from_dst_qlock()