Searched refs:stream_kbps (Results 1 – 3 of 3) sorted by relevance
1114 kbps_increase[i] = params[i].bw_range.stream_kbps - params[i].bw_range.max_kbps; in try_disable_dsc()1140 …vars[next_index].pbn = kbps_to_peak_pbn(params[next_index].bw_range.stream_kbps, fec_overhead_mult… in try_disable_dsc()1256 params[count].bw_range.stream_kbps = dc_bandwidth_in_kbps_from_timing(&stream->timing, in compute_mst_dsc_configs_for_link()1261 params[count].bw_range.stream_kbps); in compute_mst_dsc_configs_for_link()1281 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()1311 … 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()1868 uint32_t stream_kbps; in dm_dp_mst_is_port_support_mode() local1873 stream_kbps = in dm_dp_mst_is_port_support_mode()1883 if (stream_kbps <= end_to_end_bw_in_kbps) { in dm_dp_mst_is_port_support_mode()1918 stream_kbps > end_link_bw && in dm_dp_mst_is_port_support_mode()
39 uint32_t stream_kbps; /* Uncompressed stream bandwidth */ member
830 range->stream_kbps = dc_bandwidth_in_kbps_from_timing(timing, link_encoding); in decide_dsc_bandwidth_range()866 if (target_bandwidth_kbps >= range.stream_kbps) { in decide_dsc_target_bpp_x16()