Home
last modified time | relevance | path

Searched refs:dp_link_bandwidth_kbps (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/link/
Dlink_validation.h35 uint32_t dp_link_bandwidth_kbps(
Dlink_validation.c224 uint32_t dp_link_bandwidth_kbps( in dp_link_bandwidth_kbps() function
290 max_bw = dp_link_bandwidth_kbps(link, link_setting); in dp_validate_mode_timing()
Dlink_factory.c101 link_srv->dp_link_bandwidth_kbps = dp_link_bandwidth_kbps; in construct_link_service_validation()
Dlink_dpms.c1046 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()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/link/protocols/
Dlink_dp_capability.c665 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()
Dlink_dp_training.c1719 link_bw = dp_link_bandwidth_kbps(link, &cur_link_settings); in perform_link_training_with_retries()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/link/hwss/
Dlink_hwss_hpo_dp.c53 hpo_dp_stream_encoder->ctx->dc->link_srv->dp_link_bandwidth_kbps( in set_hpo_dp_hblank_min_symbol_width()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/
Dlink.h144 uint32_t (*dp_link_bandwidth_kbps)( member
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_exports.c122 return link->dc->link_srv->dp_link_bandwidth_kbps(link, link_settings); in dc_link_bandwidth_kbps()