Searched refs:dp_link_bandwidth_kbps (Results 1 – 9 of 9) sorted by relevance
35 uint32_t dp_link_bandwidth_kbps(
224 uint32_t dp_link_bandwidth_kbps( in dp_link_bandwidth_kbps() function290 max_bw = dp_link_bandwidth_kbps(link, link_setting); in dp_validate_mode_timing()
101 link_srv->dp_link_bandwidth_kbps = dp_link_bandwidth_kbps; in construct_link_service_validation()
1046 uint32_t link_rate_in_mbytes_per_sec = dp_link_bandwidth_kbps(stream->link, in get_pbn_per_slot()1546 dp_link_bandwidth_kbps(link, &link->cur_link_settings)); in link_calculate_sst_avg_time_slots_per_mtp()
665 if (req_bw > dp_link_bandwidth_kbps(link, &link->verified_link_cap)) in decide_dp_link_settings()674 link_bw = dp_link_bandwidth_kbps( in decide_dp_link_settings()729 link_bw = dp_link_bandwidth_kbps( in edp_decide_link_settings()783 if (req_bw > dp_link_bandwidth_kbps(link, &link->verified_link_cap)) in decide_edp_link_settings_with_dsc()792 link_bw = dp_link_bandwidth_kbps( in decide_edp_link_settings_with_dsc()849 link_bw = dp_link_bandwidth_kbps( in decide_edp_link_settings_with_dsc()
1719 link_bw = dp_link_bandwidth_kbps(link, &cur_link_settings); in perform_link_training_with_retries()
53 hpo_dp_stream_encoder->ctx->dc->link_srv->dp_link_bandwidth_kbps( in set_hpo_dp_hblank_min_symbol_width()
144 uint32_t (*dp_link_bandwidth_kbps)( member
122 return link->dc->link_srv->dp_link_bandwidth_kbps(link, link_settings); in dc_link_bandwidth_kbps()