Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddc_dsc.c162 const uint32_t max_bpp_x16,
462 uint32_t max_bpp_x16, in dc_dsc_compute_bandwidth_range() argument
476 options.max_target_bpp_limit_override_x16 = max_bpp_x16; in dc_dsc_compute_bandwidth_range()
491 is_dsc_possible = decide_dsc_bandwidth_range(min_bpp_x16, max_bpp_x16, in dc_dsc_compute_bandwidth_range()
796 const uint32_t max_bpp_x16, in decide_dsc_bandwidth_range() argument
809 if (preferred_bpp_x16 <= max_bpp_x16 && in decide_dsc_bandwidth_range()
819 max_bpp_x16); in decide_dsc_bandwidth_range()
823 range->max_target_bpp_x16 = max_bpp_x16; in decide_dsc_bandwidth_range()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dsc.h75 uint32_t max_bpp_x16,
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c1839 for (bpp = fxp_q4_to_int(limits->link.max_bpp_x16); in intel_dp_compute_link_config_wide()
2266 int pipe_bpp, int max_bpp_x16) in align_max_compressed_bpp_x16() argument
2272 max_bpp_x16 = min(max_bpp_x16, link_bpp_x16 - bpp_step_x16); in align_max_compressed_bpp_x16()
2277 return round_down(max_bpp_x16, bpp_step_x16); in align_max_compressed_bpp_x16()
2279 return align_max_vesa_compressed_bpp_x16(max_bpp_x16); in align_max_compressed_bpp_x16()
2295 int min_bpp_x16, max_bpp_x16, bpp_step_x16; in dsc_compute_compressed_bpp() local
2300 max_bpp_x16 = limits->link.max_bpp_x16; in dsc_compute_compressed_bpp()
2303 max_bpp_x16 = align_max_compressed_bpp_x16(connector, pipe_config->output_format, in dsc_compute_compressed_bpp()
2304 pipe_bpp, max_bpp_x16); in dsc_compute_compressed_bpp()
2309 pipe_config->dsc.compressed_bpp_x16 = max_bpp_x16; in dsc_compute_compressed_bpp()
[all …]
H A Dintel_display.c4719 crtc_state->max_link_bpp_x16 = limits->max_bpp_x16[crtc->pipe]; in intel_modeset_pipe_config()