Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_dp_mst.c166 int min_bpp, in intel_dp_mst_find_vcpi_slots_for_bpp() argument
212 min_bpp, max_bpp); in intel_dp_mst_find_vcpi_slots_for_bpp()
223 for (bpp = max_bpp; bpp >= min_bpp; bpp -= step) { in intel_dp_mst_find_vcpi_slots_for_bpp()
351 int min_bpp, max_bpp, sink_min_bpp, sink_max_bpp; in intel_dp_dsc_mst_compute_link_config() local
362 min_bpp = limits->pipe.min_bpp; in intel_dp_dsc_mst_compute_link_config()
368 min_bpp, max_bpp); in intel_dp_dsc_mst_compute_link_config()
383 if (min_bpp < sink_min_bpp) in intel_dp_dsc_mst_compute_link_config()
384 min_bpp = sink_min_bpp; in intel_dp_dsc_mst_compute_link_config()
551 limits->pipe.min_bpp = intel_dp_min_bpp(crtc_state->output_format); in intel_dp_mst_compute_config_limits()
1441 const int min_bpp = 18; in intel_dp_mst_mode_valid_ctx() local
[all …]
Dintel_dp.h31 int min_bpp, max_bpp; member
Dintel_dp.c1647 limits->pipe.min_bpp = limits->pipe.max_bpp = bpp; in intel_dp_adjust_compliance_config()
2156 dsc_min_pipe_bpp = max(dsc_min_bpc * 3, limits->pipe.min_bpp); in is_dsc_pipe_bpp_sufficient()
2221 dsc_min_bpp = max(dsc_min_bpc * 3, limits->pipe.min_bpp); in intel_dp_dsc_compute_pipe_bpp()
2428 if (max_link_bpp_x16 < fxp_q4_from_int(limits->pipe.min_bpp)) in intel_dp_compute_config_link_bpp_limits()
2431 limits->link.min_bpp_x16 = fxp_q4_from_int(limits->pipe.min_bpp); in intel_dp_compute_config_link_bpp_limits()
2474 limits->pipe.min_bpp = intel_dp_min_bpp(crtc_state->output_format); in intel_dp_compute_config_limits()