Home
last modified time | relevance | path

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

/linux-6.15/include/drm/display/
H A Ddrm_dp_mst_helper.h163 bool path_msg; member
507 bool path_msg; member
/linux-6.15/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c291 buf[idx++] = (hdr->broadcast << 7) | (hdr->path_msg << 6) | in drm_dp_encode_sideband_msg_hdr()
329 hdr->path_msg = (buf[idx] >> 6) & 0x1; in drm_dp_decode_sideband_msg_hdr()
712 txmsg->path_msg, buf); in drm_dp_mst_dump_sideband_msg_tx()
1180 msg->path_msg = true; in build_clear_payload_id_table()
1191 msg->path_msg = true; in build_enum_path_resources()
1212 msg->path_msg = true; in build_allocate_payload()
1227 msg->path_msg = true; in build_power_updown_phy()
2778 hdr->path_msg = txmsg->path_msg; in set_hdr_from_dst_qlock()