Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/
Ddrm_dp_mst_topology.c489 repmsg->u.path_resources.port_number = (raw->msg[idx] >> 4) & 0xf; in drm_dp_sideband_parse_enum_path_resources_ack()
493 repmsg->u.path_resources.full_payload_bw_number = (raw->msg[idx] << 8) | (raw->msg[idx+1]); in drm_dp_sideband_parse_enum_path_resources_ack()
497 repmsg->u.path_resources.avail_payload_bw_number = (raw->msg[idx] << 8) | (raw->msg[idx+1]); in drm_dp_sideband_parse_enum_path_resources_ack()
1670 if (port->port_num != txmsg->reply.u.path_resources.port_number) in drm_dp_send_enum_path_resources()
1672 …num path resources %d: %d %d\n", txmsg->reply.u.path_resources.port_number, txmsg->reply.u.path_re… in drm_dp_send_enum_path_resources()
1673 txmsg->reply.u.path_resources.avail_payload_bw_number); in drm_dp_send_enum_path_resources()
1674 port->available_pbn = txmsg->reply.u.path_resources.avail_payload_bw_number; in drm_dp_send_enum_path_resources()
/Linux-v4.19/include/drm/
Ddrm_dp_mst_helper.h345 struct drm_dp_enum_path_resources_ack_reply path_resources; member