Searched refs:path_res (Results 1 – 1 of 1) sorted by relevance
3015 struct drm_dp_enum_path_resources_ack_reply *path_res; in drm_dp_send_enum_path_resources() local3031 path_res = &txmsg->reply.u.path_resources; in drm_dp_send_enum_path_resources()3036 if (port->port_num != path_res->port_number) in drm_dp_send_enum_path_resources()3040 path_res->port_number, in drm_dp_send_enum_path_resources()3041 path_res->full_payload_bw_number, in drm_dp_send_enum_path_resources()3042 path_res->avail_payload_bw_number); in drm_dp_send_enum_path_resources()3048 if (port->full_pbn != path_res->full_payload_bw_number || in drm_dp_send_enum_path_resources()3049 port->fec_capable != path_res->fec_capable) in drm_dp_send_enum_path_resources()3052 port->full_pbn = path_res->full_payload_bw_number; in drm_dp_send_enum_path_resources()3053 port->fec_capable = path_res->fec_capable; in drm_dp_send_enum_path_resources()