Searched refs:full_pbn (Results 1 – 4 of 4) sorted by relevance
1878 virtual_channel_bw_in_kbps = kbps_from_pbn(aconnector->mst_output_port->full_pbn); in dm_dp_mst_is_port_support_mode()1909 if (aconnector->vc_full_pbn != aconnector->mst_output_port->full_pbn) { in dm_dp_mst_is_port_support_mode()1911 aconnector->vc_full_pbn = aconnector->mst_output_port->full_pbn; in dm_dp_mst_is_port_support_mode()1931 virtual_channel_bw_in_kbps = kbps_from_pbn(immediate_upstream_port->full_pbn); in dm_dp_mst_is_port_support_mode()
124 uint16_t full_pbn; member
2427 port->full_pbn = 0; in drm_dp_mst_handle_link_address_port()2519 port->full_pbn = 0; in drm_dp_mst_handle_conn_stat()3057 if (port->full_pbn != path_res->full_payload_bw_number || in drm_dp_send_enum_path_resources()3061 port->full_pbn = path_res->full_payload_bw_number; in drm_dp_send_enum_path_resources()5321 if (!port->full_pbn) { in drm_dp_mst_atomic_check_port_bw_limit()5338 if (pbn_used > port->full_pbn) { in drm_dp_mst_atomic_check_port_bw_limit()5341 port->parent, port, pbn_used, port->full_pbn); in drm_dp_mst_atomic_check_port_bw_limit()5347 port->parent, port, pbn_used, port->full_pbn); in drm_dp_mst_atomic_check_port_bw_limit()
1482 drm_dp_calc_pbn_mode(mode->clock, min_bpp << 4) > port->full_pbn) { in mst_connector_mode_valid_ctx()