Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_dp.c2153 int dsc_max_bpp; in dsc_compute_compressed_bpp() local
2165 dsc_max_bpp = min(dsc_joiner_max_bpp, fxp_q4_to_int(limits->link.max_bpp_x16)); in dsc_compute_compressed_bpp()
2169 max_bpp_x16 = fxp_q4_from_int(dsc_max_bpp); in dsc_compute_compressed_bpp()
2294 int dsc_max_bpp; in intel_edp_dsc_compute_pipe_bpp() local
2316 dsc_max_bpp = fxp_q4_to_int(limits->link.max_bpp_x16); in intel_edp_dsc_compute_pipe_bpp()
2319 dsc_max_bpp = min(dsc_max_bpp, pipe_bpp - 1); in intel_edp_dsc_compute_pipe_bpp()
2322 fxp_q4_from_int(max(dsc_min_bpp, dsc_max_bpp)); in intel_edp_dsc_compute_pipe_bpp()
2479 int dsc_src_max_bpp, dsc_sink_max_bpp, dsc_max_bpp; in intel_dp_compute_config_link_bpp_limits() local
2490 dsc_max_bpp = dsc_sink_max_bpp ? in intel_dp_compute_config_link_bpp_limits()
2493 max_link_bpp_x16 = min(max_link_bpp_x16, fxp_q4_from_int(dsc_max_bpp)); in intel_dp_compute_config_link_bpp_limits()