Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/
Ddrm_dp_mst_topology.c555 repmsg->u.path_resources.port_number = (raw->msg[idx] >> 4) & 0xf; in drm_dp_sideband_parse_enum_path_resources_ack()
559 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()
563 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()
2181 if (port->port_num != txmsg->reply.u.path_resources.port_number) in drm_dp_send_enum_path_resources()
2183 …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()
2184 txmsg->reply.u.path_resources.avail_payload_bw_number); in drm_dp_send_enum_path_resources()
2185 port->available_pbn = txmsg->reply.u.path_resources.avail_payload_bw_number; in drm_dp_send_enum_path_resources()
/Linux-v5.4/include/drm/
Ddrm_dp_mst_helper.h366 struct drm_dp_enum_path_resources_ack_reply path_resources; member