Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dsc/
Ddc_dsc.c251 int32_t total_sink_throughput; in intersect_dsc_caps() local
290 total_sink_throughput = max_slices * dsc_sink_caps->throughput_mode_0_mps; in intersect_dsc_caps()
292 total_sink_throughput = max_slices * dsc_sink_caps->throughput_mode_1_mps; in intersect_dsc_caps()
294 …dsc_common_caps->max_total_throughput_mps = min(total_sink_throughput, dsc_enc_caps->max_total_thr… in intersect_dsc_caps()