Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddc_dsc.c509 int32_t total_sink_throughput; in intersect_dsc_caps() local
558 total_sink_throughput = max_slices * dsc_sink_caps->throughput_mode_0_mps; in intersect_dsc_caps()
560 total_sink_throughput = max_slices * dsc_sink_caps->throughput_mode_1_mps; in intersect_dsc_caps()
562 …dsc_common_caps->max_total_throughput_mps = min(total_sink_throughput, dsc_enc_caps->max_total_thr… in intersect_dsc_caps()