projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e4534a
)
drm/nouveau/disp/dp: fix typo when determining failsafe link configuration
author
Ben Skeggs
<bskeggs@redhat.com>
Tue, 14 Jan 2020 01:31:01 +0000
(11:31 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Wed, 15 Jan 2020 00:50:25 +0000
(10:50 +1000)
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c
b/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c
index
818d21b
..
3800aeb
100644
(file)
--- a/
drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c
+++ b/
drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c
@@
-365,7
+365,7
@@
nvkm_dp_train(struct nvkm_dp *dp, u32 dataKBps)
* and it's better to have a failed modeset than that.
*/
for (cfg = nvkm_dp_rates; cfg->rate; cfg++) {
- if (cfg->nr <= outp_nr && cfg->
nr
<= outp_bw) {
+ if (cfg->nr <= outp_nr && cfg->
bw
<= outp_bw) {
/* Try to respect sink limits too when selecting
* lowest link configuration.
*/