Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dsc/
Ddc_dsc.c147 const uint32_t max_bpp_x16,
441 uint32_t max_bpp_x16, in dc_dsc_compute_bandwidth_range() argument
454 options.max_target_bpp_limit_override_x16 = max_bpp_x16; in dc_dsc_compute_bandwidth_range()
467 is_dsc_possible = decide_dsc_bandwidth_range(min_bpp_x16, max_bpp_x16, in dc_dsc_compute_bandwidth_range()
600 const uint32_t max_bpp_x16, in decide_dsc_bandwidth_range() argument
613 if (preferred_bpp_x16 <= max_bpp_x16 && in decide_dsc_bandwidth_range()
623 max_bpp_x16); in decide_dsc_bandwidth_range()
627 range->max_target_bpp_x16 = max_bpp_x16; in decide_dsc_bandwidth_range()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/
Ddc_dsc.h73 uint32_t max_bpp_x16,