Searched refs:path_res (Results 1 – 1 of 1) sorted by relevance
3063 struct drm_dp_enum_path_resources_ack_reply *path_res; in drm_dp_send_enum_path_resources() local3079 path_res = &txmsg->reply.u.path_resources; in drm_dp_send_enum_path_resources()3084 if (port->port_num != path_res->port_number) in drm_dp_send_enum_path_resources()3088 path_res->port_number, in drm_dp_send_enum_path_resources()3089 path_res->full_payload_bw_number, in drm_dp_send_enum_path_resources()3090 path_res->avail_payload_bw_number); in drm_dp_send_enum_path_resources()3096 if (port->full_pbn != path_res->full_payload_bw_number || in drm_dp_send_enum_path_resources()3097 port->fec_capable != path_res->fec_capable) in drm_dp_send_enum_path_resources()3100 port->full_pbn = path_res->full_payload_bw_number; in drm_dp_send_enum_path_resources()3101 port->fec_capable = path_res->fec_capable; in drm_dp_send_enum_path_resources()