Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c72 int min_bpp, in intel_dp_mst_find_vcpi_slots_for_bpp() argument
104 for (bpp = max_bpp; bpp >= min_bpp; bpp -= step) { in intel_dp_mst_find_vcpi_slots_for_bpp()
159 limits->min_bpp, limits, in intel_dp_mst_compute_link_config()
191 int min_bpp, max_bpp, sink_min_bpp, sink_max_bpp; in intel_dp_dsc_mst_compute_link_config() local
203 min_bpp = limits->min_bpp; in intel_dp_dsc_mst_compute_link_config()
209 min_bpp, max_bpp); in intel_dp_dsc_mst_compute_link_config()
224 if (min_bpp < sink_min_bpp) in intel_dp_dsc_mst_compute_link_config()
225 min_bpp = sink_min_bpp; in intel_dp_dsc_mst_compute_link_config()
231 min_bpp, limits, in intel_dp_dsc_mst_compute_link_config()
338 limits.min_bpp = intel_dp_min_bpp(pipe_config->output_format); in intel_dp_mst_compute_config()
[all …]
H A Dintel_dp.h29 int min_bpp, max_bpp; member
H A Dintel_dp.c1431 limits->min_bpp = limits->max_bpp = bpp; in intel_dp_adjust_compliance_config()
1493 for (bpp = limits->max_bpp; bpp >= limits->min_bpp; bpp -= 2 * 3) { in intel_dp_compute_link_config_wide()
1829 limits.min_bpp = intel_dp_min_bpp(pipe_config->output_format); in intel_dp_compute_link_config()
/openbmc/u-boot/drivers/video/
H A Dda8xx-fb.h37 int min_bpp; member
H A Dda8xx-fb.c707 cfg->bpp >= cfg->p_disp_panel->min_bpp) in lcd_init()