Searched refs:path_res (Results 1 – 1 of 1) sorted by relevance
3069 struct drm_dp_enum_path_resources_ack_reply *path_res; in drm_dp_send_enum_path_resources() local3085 path_res = &txmsg->reply.u.path_resources; in drm_dp_send_enum_path_resources()3090 if (port->port_num != path_res->port_number) in drm_dp_send_enum_path_resources()3094 path_res->port_number, in drm_dp_send_enum_path_resources()3095 path_res->full_payload_bw_number, in drm_dp_send_enum_path_resources()3096 path_res->avail_payload_bw_number); in drm_dp_send_enum_path_resources()3102 if (port->full_pbn != path_res->full_payload_bw_number || in drm_dp_send_enum_path_resources()3103 port->fec_capable != path_res->fec_capable) in drm_dp_send_enum_path_resources()3106 port->full_pbn = path_res->full_payload_bw_number; in drm_dp_send_enum_path_resources()3107 port->fec_capable = path_res->fec_capable; in drm_dp_send_enum_path_resources()