total_sink_throughput  203 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 	int32_t total_sink_throughput;
total_sink_throughput  242 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 	total_sink_throughput = max_slices * dsc_sink_caps->throughput_mode_0_mps;
total_sink_throughput  244 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 		total_sink_throughput = max_slices * dsc_sink_caps->throughput_mode_1_mps;
total_sink_throughput  246 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 	dsc_common_caps->max_total_throughput_mps = min(total_sink_throughput, dsc_enc_caps->max_total_throughput_mps);