Lines Matching full:throughput
222 static bool dsc_throughput_from_dpcd(int dpcd_throughput, int *throughput) in dsc_throughput_from_dpcd() argument
226 *throughput = 0; in dsc_throughput_from_dpcd()
229 *throughput = 170; in dsc_throughput_from_dpcd()
232 *throughput = 340; in dsc_throughput_from_dpcd()
235 *throughput = 400; in dsc_throughput_from_dpcd()
238 *throughput = 450; in dsc_throughput_from_dpcd()
241 *throughput = 500; in dsc_throughput_from_dpcd()
244 *throughput = 550; in dsc_throughput_from_dpcd()
247 *throughput = 600; in dsc_throughput_from_dpcd()
250 *throughput = 650; in dsc_throughput_from_dpcd()
253 *throughput = 700; in dsc_throughput_from_dpcd()
256 *throughput = 750; in dsc_throughput_from_dpcd()
259 *throughput = 800; in dsc_throughput_from_dpcd()
262 *throughput = 850; in dsc_throughput_from_dpcd()
265 *throughput = 900; in dsc_throughput_from_dpcd()
268 *throughput = 950; in dsc_throughput_from_dpcd()
271 *throughput = 1000; in dsc_throughput_from_dpcd()
274 dm_error("%s: DPCD DSC throughput mode not recognized.\n", __func__); in dsc_throughput_from_dpcd()
900 // Validate color format (and pick up the throughput values) in setup_dsc_config()
932 // Validate branch's maximum throughput in setup_dsc_config()