Home
last modified time | relevance | path

Searched refs:dsc_max_bpp (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c2015 int dsc_max_bpp, in icl_dsc_compute_link_config() argument
2023 dsc_max_bpp = min(dsc_max_bpp, pipe_bpp - 1); in icl_dsc_compute_link_config()
2028 if (valid_dsc_bpp[i] > dsc_max_bpp) in icl_dsc_compute_link_config()
2057 int dsc_max_bpp, in xelpd_dsc_compute_link_config() argument
2074 dsc_max_bpp = min(dsc_max_bpp << 4, (pipe_bpp << 4) - bppx16_step); in xelpd_dsc_compute_link_config()
2077 for (compressed_bppx16 = dsc_max_bpp; in xelpd_dsc_compute_link_config()
2110 int dsc_src_max_bpp, dsc_sink_max_bpp, dsc_max_bpp; in dsc_compute_compressed_bpp() local
2122 dsc_max_bpp = dsc_sink_max_bpp ? min(dsc_sink_max_bpp, dsc_src_max_bpp) : dsc_src_max_bpp; in dsc_compute_compressed_bpp()
2127 dsc_max_bpp = min(dsc_max_bpp, dsc_joiner_max_bpp); in dsc_compute_compressed_bpp()
2128 dsc_max_bpp = min(dsc_max_bpp, fxp_q4_to_int(limits->link.max_bpp_x16)); in dsc_compute_compressed_bpp()
[all …]