Home
last modified time | relevance | path

Searched refs:max_bpp_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
268 fxp_q4_to_frac(max_bpp_x16) || in intel_dp_mtp_tu_compute_config()
273 drm_WARN_ON(display->drm, min_bpp_x16 != max_bpp_x16); in intel_dp_mtp_tu_compute_config()
306 if (max_dpt_bpp_x16 && max_bpp_x16 > max_dpt_bpp_x16) { in intel_dp_mtp_tu_compute_config()
308 FXP_Q4_ARGS(max_bpp_x16), FXP_Q4_ARGS(max_dpt_bpp_x16)); in intel_dp_mtp_tu_compute_config()
309 max_bpp_x16 = max_dpt_bpp_x16; in intel_dp_mtp_tu_compute_config()
313 FXP_Q4_ARGS(min_bpp_x16), FXP_Q4_ARGS(max_bpp_x16)); 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()
469 limits->link.max_bpp_x16, in mst_stream_compute_link_config()
[all …]