Searched refs:full_pbn (Results 1 – 4 of 4) sorted by relevance
1802 virtual_channel_bw_in_kbps = kbps_from_pbn(aconnector->mst_output_port->full_pbn); in dm_dp_mst_is_port_support_mode()1833 if (aconnector->vc_full_pbn != aconnector->mst_output_port->full_pbn) { in dm_dp_mst_is_port_support_mode()1835 aconnector->vc_full_pbn = aconnector->mst_output_port->full_pbn; in dm_dp_mst_is_port_support_mode()1853 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
2418 port->full_pbn = 0; in drm_dp_mst_handle_link_address_port()2510 port->full_pbn = 0; in drm_dp_mst_handle_conn_stat()3050 if (port->full_pbn != path_res->full_payload_bw_number || in drm_dp_send_enum_path_resources()3054 port->full_pbn = path_res->full_payload_bw_number; in drm_dp_send_enum_path_resources()5304 if (!port->full_pbn) { in drm_dp_mst_atomic_check_port_bw_limit()5321 if (pbn_used > port->full_pbn) { in drm_dp_mst_atomic_check_port_bw_limit()5324 port->parent, port, pbn_used, port->full_pbn); in drm_dp_mst_atomic_check_port_bw_limit()5330 port->parent, port, pbn_used, port->full_pbn); in drm_dp_mst_atomic_check_port_bw_limit()
1493 drm_dp_calc_pbn_mode(mode->clock, min_bpp << 4) > port->full_pbn) { in mst_connector_mode_valid_ctx()