Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/
H A 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_throughput_mps * 1000) in setup_dsc_config()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddc_dsc.c856 int branch_max_throughput_mps = 0; in setup_dsc_config() local
889 branch_max_throughput_mps = dsc_sink_caps->branch_overall_throughput_0_mps; in setup_dsc_config()
894 branch_max_throughput_mps = dsc_sink_caps->branch_overall_throughput_0_mps; in setup_dsc_config()
899 branch_max_throughput_mps = dsc_sink_caps->branch_overall_throughput_1_mps; in setup_dsc_config()
909 branch_max_throughput_mps = dsc_sink_caps->branch_overall_throughput_1_mps; in setup_dsc_config()
916 if (branch_max_throughput_mps && dsc_div_by_10_round_up(timing->pix_clk_100hz) > branch_max_throughput_mps * 1000) in setup_dsc_config()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c1595 int bpp, pbn, branch_max_throughput_mps = 0; in dm_dp_mst_is_port_support_mode() local
1648 branch_max_throughput_mps = in dm_dp_mst_is_port_support_mode()
1653 branch_max_throughput_mps = in dm_dp_mst_is_port_support_mode()
1660 if (branch_max_throughput_mps != 0 && in dm_dp_mst_is_port_support_mode()
1661 ((stream->timing.pix_clk_100hz / 10) > branch_max_throughput_mps * 1000)) in dm_dp_mst_is_port_support_mode()

Completed in 7 milliseconds