Searched refs:compressed_bppx16 (Results 1 – 1 of 1) sorted by relevance
1888 static bool is_bw_sufficient_for_dsc_config(u16 compressed_bppx16, u32 link_clock, in is_bw_sufficient_for_dsc_config() argument1896 required_bw = compressed_bppx16 * (intel_dp_mode_to_fec_clock(mode_clock)); in is_bw_sufficient_for_dsc_config()1904 u16 compressed_bppx16, in dsc_compute_link_config() argument1919 if (!is_bw_sufficient_for_dsc_config(compressed_bppx16, link_rate, in dsc_compute_link_config()2064 u16 compressed_bppx16; in xelpd_dsc_compute_link_config() local2077 for (compressed_bppx16 = dsc_max_bpp; in xelpd_dsc_compute_link_config()2078 compressed_bppx16 >= dsc_min_bpp; in xelpd_dsc_compute_link_config()2079 compressed_bppx16 -= bppx16_step) { in xelpd_dsc_compute_link_config()2081 !fxp_q4_to_frac(compressed_bppx16)) in xelpd_dsc_compute_link_config()2086 compressed_bppx16, in xelpd_dsc_compute_link_config()[all …]