Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/display/
H A Ddrm_dp_mst_helper.h156 bool path_msg; member
493 bool path_msg; member
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c282 buf[idx++] = (hdr->broadcast << 7) | (hdr->path_msg << 6) | in drm_dp_encode_sideband_msg_hdr()
320 hdr->path_msg = (buf[idx] >> 6) & 0x1; in drm_dp_decode_sideband_msg_hdr()
700 txmsg->path_msg, buf); in drm_dp_mst_dump_sideband_msg_tx()
1168 msg->path_msg = true; in build_clear_payload_id_table()
1179 msg->path_msg = true; in build_enum_path_resources()
1200 msg->path_msg = true; in build_allocate_payload()
1215 msg->path_msg = true; in build_power_updown_phy()
2765 hdr->path_msg = txmsg->path_msg; in set_hdr_from_dst_qlock()