Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dsc/
Ddc_dsc.c398 int32_t total_sink_throughput; in intersect_dsc_caps() local
442 total_sink_throughput = max_slices * dsc_sink_caps->throughput_mode_0_mps; in intersect_dsc_caps()
444 total_sink_throughput = max_slices * dsc_sink_caps->throughput_mode_1_mps; in intersect_dsc_caps()
446 …dsc_common_caps->max_total_throughput_mps = min(total_sink_throughput, dsc_enc_caps->max_total_thr… in intersect_dsc_caps()