Searched refs:stream_kbps (Results 1 – 3 of 3) sorted by relevance
1036 kbps_increase[i] = params[i].bw_range.stream_kbps - params[i].bw_range.max_kbps; in try_disable_dsc()1062 …vars[next_index].pbn = kbps_to_peak_pbn(params[next_index].bw_range.stream_kbps, fec_overhead_mult… in try_disable_dsc()1169 params[count].bw_range.stream_kbps = dc_bandwidth_in_kbps_from_timing(&stream->timing, in compute_mst_dsc_configs_for_link()1174 params[count].bw_range.stream_kbps); in compute_mst_dsc_configs_for_link()1192 vars[i + k].pbn = kbps_to_peak_pbn(params[i].bw_range.stream_kbps, fec_overhead_multiplier_x1000); in compute_mst_dsc_configs_for_link()1222 … vars[i + k].pbn = kbps_to_peak_pbn(params[i].bw_range.stream_kbps, fec_overhead_multiplier_x1000); in compute_mst_dsc_configs_for_link()1769 uint32_t stream_kbps; in dm_dp_mst_is_port_support_mode() local1774 stream_kbps = in dm_dp_mst_is_port_support_mode()1784 if (stream_kbps <= end_to_end_bw_in_kbps) { in dm_dp_mst_is_port_support_mode()1809 if (stream_kbps > end_link_bw) { in dm_dp_mst_is_port_support_mode()
39 uint32_t stream_kbps; /* Uncompressed stream bandwidth */ member
649 range->stream_kbps = dc_bandwidth_in_kbps_from_timing(timing, link_encoding); in decide_dsc_bandwidth_range()685 if (target_bandwidth_kbps >= range.stream_kbps) { in decide_dsc_target_bpp_x16()