Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_validation.h36 uint32_t dp_link_bandwidth_kbps(
H A Dlink_validation.c222 uint32_t dp_link_bandwidth_kbps( in dp_link_bandwidth_kbps() function
288 max_bw = dp_link_bandwidth_kbps(link, link_setting); in dp_validate_mode_timing()
H A Dlink_factory.c102 link_srv->dp_link_bandwidth_kbps = dp_link_bandwidth_kbps; in construct_link_service_validation()
H A Dlink_dpms.c1095 uint32_t link_rate_in_mbytes_per_sec = dp_link_bandwidth_kbps(stream->link, in get_pbn_per_slot()
1509 dp_link_bandwidth_kbps(link, &link->cur_link_settings)); in link_calculate_sst_avg_time_slots_per_mtp()
/linux/drivers/gpu/drm/amd/display/dc/link/hwss/
H A Dlink_hwss_hpo_dp.c55 hpo_dp_stream_encoder->ctx->dc->link_srv->dp_link_bandwidth_kbps( in set_hpo_dp_hblank_min_symbol_width()
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_capability.c708 if (req_bw > dp_link_bandwidth_kbps(link, &link->verified_link_cap)) in decide_dp_link_settings()
717 link_bw = dp_link_bandwidth_kbps( in decide_dp_link_settings()
772 link_bw = dp_link_bandwidth_kbps( in edp_decide_link_settings()
819 if (req_bw > dp_link_bandwidth_kbps(link, &link->verified_link_cap)) in decide_edp_link_settings_with_dsc()
828 link_bw = dp_link_bandwidth_kbps( in decide_edp_link_settings_with_dsc()
881 link_bw = dp_link_bandwidth_kbps( in decide_edp_link_settings_with_dsc()
H A Dlink_dp_training.c1767 link_bw = dp_link_bandwidth_kbps(link, &cur_link_settings); in perform_link_training_with_retries()
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dlink.h144 uint32_t (*dp_link_bandwidth_kbps)( member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_exports.c125 return link->dc->link_srv->dp_link_bandwidth_kbps(link, link_settings); in dc_link_bandwidth_kbps()