Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dsc/
Ddc_dsc.c73 int target_bandwidth_kbps,
563 const int target_bandwidth_kbps, in decide_dsc_target_bpp_x16() argument
575 if (!policy->enable_dsc_when_not_needed && target_bandwidth_kbps >= range.stream_kbps) { in decide_dsc_target_bpp_x16()
584 } else if (target_bandwidth_kbps >= range.max_kbps) { in decide_dsc_target_bpp_x16()
588 } else if (target_bandwidth_kbps >= range.min_kbps) { in decide_dsc_target_bpp_x16()
591 target_bandwidth_kbps, timing, num_slices_h, in decide_dsc_target_bpp_x16()
760 int target_bandwidth_kbps, in setup_dsc_config() argument
944 if (target_bandwidth_kbps > 0) { in setup_dsc_config()
948 target_bandwidth_kbps, in setup_dsc_config()
978 uint32_t target_bandwidth_kbps, in dc_dsc_compute_config() argument
[all …]
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/
Ddc_dsc.h77 uint32_t target_bandwidth_kbps,