Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c252 int min_bpp_x16, int max_bpp_x16, int bpp_step_x16, bool dsc) in intel_dp_mtp_tu_compute_config() argument
269 fxp_q4_to_frac(bpp_step_x16))); in intel_dp_mtp_tu_compute_config()
271 if (!bpp_step_x16) { in intel_dp_mtp_tu_compute_config()
274 bpp_step_x16 = 1; in intel_dp_mtp_tu_compute_config()
324 drm_WARN_ON(display->drm, min_bpp_x16 % bpp_step_x16 || max_bpp_x16 % bpp_step_x16); in intel_dp_mtp_tu_compute_config()
326 for (bpp_x16 = max_bpp_x16; bpp_x16 >= min_bpp_x16; bpp_x16 -= bpp_step_x16) { in intel_dp_mtp_tu_compute_config()