kernel/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c
.. .. @@ -365,7 +365,7 @@ 365 365 * and it's better to have a failed modeset than that. 366 366 */ 367 367 for (cfg = nvkm_dp_rates; cfg->rate; cfg++) { 368 - if (cfg->nr <= outp_nr && cfg->nr <= outp_bw) {368 + if (cfg->nr <= outp_nr && cfg->bw <= outp_bw) {369 369 /* Try to respect sink limits too when selecting 370 370 * lowest link configuration. 371 371 */