Lines Matching full:throughput
226 static bool dsc_throughput_from_dpcd(int dpcd_throughput, int *throughput) in dsc_throughput_from_dpcd() argument
230 *throughput = 0; in dsc_throughput_from_dpcd()
233 *throughput = 170; in dsc_throughput_from_dpcd()
236 *throughput = 340; in dsc_throughput_from_dpcd()
239 *throughput = 400; in dsc_throughput_from_dpcd()
242 *throughput = 450; in dsc_throughput_from_dpcd()
245 *throughput = 500; in dsc_throughput_from_dpcd()
248 *throughput = 550; in dsc_throughput_from_dpcd()
251 *throughput = 600; in dsc_throughput_from_dpcd()
254 *throughput = 650; in dsc_throughput_from_dpcd()
257 *throughput = 700; in dsc_throughput_from_dpcd()
260 *throughput = 750; in dsc_throughput_from_dpcd()
263 *throughput = 800; in dsc_throughput_from_dpcd()
266 *throughput = 850; in dsc_throughput_from_dpcd()
269 *throughput = 900; in dsc_throughput_from_dpcd()
272 *throughput = 950; in dsc_throughput_from_dpcd()
275 *throughput = 1000; in dsc_throughput_from_dpcd()
278 dm_error("%s: DPCD DSC throughput mode not recognized.\n", __func__); in dsc_throughput_from_dpcd()
905 // Validate color format (and pick up the throughput values) in setup_dsc_config()
937 // Validate branch's maximum throughput in setup_dsc_config()