Searched refs:dsc_max_bpp (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/drivers/gpu/drm/i915/display/ |
D | intel_dp.c | 2084 int dsc_max_bpp, in icl_dsc_compute_link_config() argument 2092 dsc_max_bpp = min(dsc_max_bpp, pipe_bpp - 1); in icl_dsc_compute_link_config() 2096 valid_dsc_bpp[i] > dsc_max_bpp) in icl_dsc_compute_link_config() 2125 int dsc_max_bpp, in xelpd_dsc_compute_link_config() argument 2142 dsc_max_bpp = min(dsc_max_bpp << 4, (pipe_bpp << 4) - bppx16_step); in xelpd_dsc_compute_link_config() 2145 for (compressed_bppx16 = dsc_max_bpp; in xelpd_dsc_compute_link_config() 2179 int dsc_max_bpp; in dsc_compute_compressed_bpp() local 2188 dsc_max_bpp = min(dsc_joiner_max_bpp, fxp_q4_to_int(limits->link.max_bpp_x16)); in dsc_compute_compressed_bpp() 2192 dsc_max_bpp, dsc_min_bpp, pipe_bpp, timeslots); in dsc_compute_compressed_bpp() 2194 dsc_max_bpp, dsc_min_bpp, pipe_bpp, timeslots); in dsc_compute_compressed_bpp() [all …]
|