branch_max_throughput_mps  525 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 	int branch_max_throughput_mps = 0;
branch_max_throughput_mps  563 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 		branch_max_throughput_mps = dsc_sink_caps->branch_overall_throughput_0_mps;
branch_max_throughput_mps  568 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 		branch_max_throughput_mps = dsc_sink_caps->branch_overall_throughput_0_mps;
branch_max_throughput_mps  573 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 		branch_max_throughput_mps = dsc_sink_caps->branch_overall_throughput_1_mps;
branch_max_throughput_mps  583 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 		branch_max_throughput_mps = dsc_sink_caps->branch_overall_throughput_1_mps;
branch_max_throughput_mps  590 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 	if (branch_max_throughput_mps && dsc_div_by_10_round_up(timing->pix_clk_100hz) > branch_max_throughput_mps * 1000)