Searched refs:path_res (Results 1 – 1 of 1) sorted by relevance
3026 struct drm_dp_enum_path_resources_ack_reply *path_res; in drm_dp_send_enum_path_resources() local3042 path_res = &txmsg->reply.u.path_resources; in drm_dp_send_enum_path_resources()3047 if (port->port_num != path_res->port_number) in drm_dp_send_enum_path_resources()3051 path_res->port_number, in drm_dp_send_enum_path_resources()3052 path_res->full_payload_bw_number, in drm_dp_send_enum_path_resources()3053 path_res->avail_payload_bw_number); in drm_dp_send_enum_path_resources()3059 if (port->full_pbn != path_res->full_payload_bw_number || in drm_dp_send_enum_path_resources()3060 port->fec_capable != path_res->fec_capable) in drm_dp_send_enum_path_resources()3063 port->full_pbn = path_res->full_payload_bw_number; in drm_dp_send_enum_path_resources()3064 port->fec_capable = path_res->fec_capable; in drm_dp_send_enum_path_resources()