Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dsc/
Ddc_dsc.c755 int branch_max_throughput_mps = 0; in setup_dsc_config() local
788 branch_max_throughput_mps = dsc_sink_caps->branch_overall_throughput_0_mps; in setup_dsc_config()
793 branch_max_throughput_mps = dsc_sink_caps->branch_overall_throughput_0_mps; in setup_dsc_config()
798 branch_max_throughput_mps = dsc_sink_caps->branch_overall_throughput_1_mps; in setup_dsc_config()
808 branch_max_throughput_mps = dsc_sink_caps->branch_overall_throughput_1_mps; in setup_dsc_config()
815 …if (branch_max_throughput_mps && dsc_div_by_10_round_up(timing->pix_clk_100hz) > branch_max_throug… in setup_dsc_config()
/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_mst_types.c1402 int bpp, pbn, branch_max_throughput_mps = 0; in dm_dp_mst_is_port_support_mode() local
1460 branch_max_throughput_mps = in dm_dp_mst_is_port_support_mode()
1465 branch_max_throughput_mps = in dm_dp_mst_is_port_support_mode()
1472 if (branch_max_throughput_mps != 0 && in dm_dp_mst_is_port_support_mode()
1473 ((stream->timing.pix_clk_100hz / 10) > branch_max_throughput_mps * 1000)) in dm_dp_mst_is_port_support_mode()