Home
last modified time | relevance | path

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

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