Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.h37 int min_bpp_x16, int max_bpp_x16, int bpp_step_x16, bool dsc);
H A Dintel_dp_mst.c236 int min_bpp_x16, int max_bpp_x16, int bpp_step_x16, bool dsc) in intel_dp_mtp_tu_compute_config() argument
253 fxp_q4_to_frac(bpp_step_x16))); in intel_dp_mtp_tu_compute_config()
290 for (bpp_x16 = max_bpp_x16; bpp_x16 >= min_bpp_x16; bpp_x16 -= bpp_step_x16) { in intel_dp_mtp_tu_compute_config()
382 if (!bpp_step_x16) in intel_dp_mtp_tu_compute_config()
H A Dintel_dp.c2154 int min_bpp_x16, max_bpp_x16, bpp_step_x16; in dsc_compute_compressed_bpp() local
2171 bpp_step_x16 = intel_dp_dsc_bpp_step_x16(connector); in dsc_compute_compressed_bpp()
2175 max_bpp_x16 = min(max_bpp_x16, fxp_q4_from_int(output_bpp) - bpp_step_x16); in dsc_compute_compressed_bpp()
2177 for (bpp_x16 = max_bpp_x16; bpp_x16 >= min_bpp_x16; bpp_x16 -= bpp_step_x16) { in dsc_compute_compressed_bpp()