Home
last modified time | relevance | path

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

/linux-5.19.10/include/drm/display/
Ddrm_dp_mst_helper.h475 struct drm_dp_enum_path_resources_ack_reply path_resources; member
/linux-5.19.10/drivers/gpu/drm/display/
Ddrm_dp_mst_topology.c910 repmsg->u.path_resources.port_number = (raw->msg[idx] >> 4) & 0xf; in drm_dp_sideband_parse_enum_path_resources_ack()
911 repmsg->u.path_resources.fec_capable = raw->msg[idx] & 0x1; in drm_dp_sideband_parse_enum_path_resources_ack()
915 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()
919 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()
3076 path_res = &txmsg->reply.u.path_resources; in drm_dp_send_enum_path_resources()