Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dsc/
Ddc_dsc.c558 int branch_max_throughput_mps = 0; in setup_dsc_config() local
603 branch_max_throughput_mps = dsc_sink_caps->branch_overall_throughput_0_mps; in setup_dsc_config()
608 branch_max_throughput_mps = dsc_sink_caps->branch_overall_throughput_0_mps; in setup_dsc_config()
613 branch_max_throughput_mps = dsc_sink_caps->branch_overall_throughput_1_mps; in setup_dsc_config()
623 branch_max_throughput_mps = dsc_sink_caps->branch_overall_throughput_1_mps; in setup_dsc_config()
630 …if (branch_max_throughput_mps && dsc_div_by_10_round_up(timing->pix_clk_100hz) > branch_max_throug… in setup_dsc_config()