Searched refs:stream_kbps (Results 1 – 3 of 3) sorted by relevance
1074 kbps_increase[i] = params[i].bw_range.stream_kbps - params[i].bw_range.max_kbps; in try_disable_dsc()1100 …vars[next_index].pbn = kbps_to_peak_pbn(params[next_index].bw_range.stream_kbps, fec_overhead_mult… in try_disable_dsc()1216 params[count].bw_range.stream_kbps = dc_bandwidth_in_kbps_from_timing(&stream->timing, in compute_mst_dsc_configs_for_link()1221 params[count].bw_range.stream_kbps); in compute_mst_dsc_configs_for_link()1241 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()1271 … 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()1819 uint32_t stream_kbps; in dm_dp_mst_is_port_support_mode() local1824 stream_kbps = in dm_dp_mst_is_port_support_mode()1834 if (stream_kbps <= end_to_end_bw_in_kbps) { in dm_dp_mst_is_port_support_mode()1868 if (end_link_bw > 0 && stream_kbps > end_link_bw) { in dm_dp_mst_is_port_support_mode()
39 uint32_t stream_kbps; /* Uncompressed stream bandwidth */ member
694 range->stream_kbps = dc_bandwidth_in_kbps_from_timing(timing, link_encoding); in decide_dsc_bandwidth_range()730 if (target_bandwidth_kbps >= range.stream_kbps) { in decide_dsc_target_bpp_x16()