Searched refs:target_bandwidth_kbps (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dsc/ |
| D | dc_dsc.c | 325 const int target_bandwidth_kbps, in decide_dsc_target_bpp_x16() argument 336 if (target_bandwidth_kbps >= range.stream_kbps) { in decide_dsc_target_bpp_x16() 340 } else if (target_bandwidth_kbps >= range.max_kbps) { in decide_dsc_target_bpp_x16() 344 } else if (target_bandwidth_kbps >= range.min_kbps) { in decide_dsc_target_bpp_x16() 346 …*target_bpp_x16 = calc_dsc_bpp_x16(target_bandwidth_kbps, timing->pix_clk_100hz, dsc_common_caps->… in decide_dsc_target_bpp_x16() 513 int target_bandwidth_kbps, in setup_dsc_config() argument 546 if (target_bandwidth_kbps > 0) { in setup_dsc_config() 547 …is_dsc_possible = decide_dsc_target_bpp_x16(&dsc_policy, &dsc_common_caps, target_bandwidth_kbps, … in setup_dsc_config() 837 uint32_t target_bandwidth_kbps, in dc_dsc_compute_config() argument 847 target_bandwidth_kbps, in dc_dsc_compute_config()
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/ |
| D | dc_dsc.h | 58 uint32_t target_bandwidth_kbps,
|