Lines Matching refs:compressed_bppx16
1888 static bool is_bw_sufficient_for_dsc_config(u16 compressed_bppx16, u32 link_clock, in is_bw_sufficient_for_dsc_config() argument
1896 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() argument
1919 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() local
2077 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()
2089 pipe_config->dsc.compressed_bpp_x16 = compressed_bppx16; in xelpd_dsc_compute_link_config()
2091 fxp_q4_to_frac(compressed_bppx16)) in xelpd_dsc_compute_link_config()