Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dsc/
A Ddc_dsc.c80 int target_bandwidth_kbps,
555 const int target_bandwidth_kbps, in decide_dsc_target_bpp_x16() argument
566 if (target_bandwidth_kbps >= range.stream_kbps) { in decide_dsc_target_bpp_x16()
570 } else if (target_bandwidth_kbps >= range.max_kbps) { in decide_dsc_target_bpp_x16()
573 } else if (target_bandwidth_kbps >= range.min_kbps) { in decide_dsc_target_bpp_x16()
576 target_bandwidth_kbps, timing, num_slices_h, in decide_dsc_target_bpp_x16()
741 int target_bandwidth_kbps, in setup_dsc_config() argument
929 if (target_bandwidth_kbps > 0) { in setup_dsc_config()
933 target_bandwidth_kbps, in setup_dsc_config()
963 uint32_t target_bandwidth_kbps, in dc_dsc_compute_config() argument
[all …]
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/
A Ddc_dsc.h76 uint32_t target_bandwidth_kbps,

Completed in 5 milliseconds