Signed-off-by: Laura Vasilescu <la...@rosedu.org>
---
 drivers/gpu/drm/nouveau/nouveau_dp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/gpu/drm/nouveau/nouveau_dp.c 
b/drivers/gpu/drm/nouveau/nouveau_dp.c
index d996134..2ff17ef 100644
--- a/drivers/gpu/drm/nouveau/nouveau_dp.c
+++ b/drivers/gpu/drm/nouveau/nouveau_dp.c
@@ -332,7 +332,7 @@ dp_link_train_cr(struct drm_device *dev, struct dp_state 
*dp)
 static int
 dp_link_train_eq(struct drm_device *dev, struct dp_state *dp)
 {
-       bool eq_done, cr_done = true;
+       bool eq_done = false, cr_done = true;
        int tries = 0, i;
 
        dp_set_training_pattern(dev, dp, DP_TRAINING_PATTERN_2);
-- 
1.7.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to