Searched refs:path_res (Results 1 – 1 of 1) sorted by relevance
3012 struct drm_dp_enum_path_resources_ack_reply *path_res; in drm_dp_send_enum_path_resources() local3028 path_res = &txmsg->reply.u.path_resources; in drm_dp_send_enum_path_resources()3033 if (port->port_num != path_res->port_number) in drm_dp_send_enum_path_resources()3037 path_res->port_number, in drm_dp_send_enum_path_resources()3038 path_res->full_payload_bw_number, in drm_dp_send_enum_path_resources()3039 path_res->avail_payload_bw_number); in drm_dp_send_enum_path_resources()3045 if (port->full_pbn != path_res->full_payload_bw_number || in drm_dp_send_enum_path_resources()3046 port->fec_capable != path_res->fec_capable) in drm_dp_send_enum_path_resources()3049 port->full_pbn = path_res->full_payload_bw_number; in drm_dp_send_enum_path_resources()3050 port->fec_capable = path_res->fec_capable; in drm_dp_send_enum_path_resources()