Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79e6332c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/dp: fix parameters for setting link training patters"

parents 87889f2f 089e8696
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -407,7 +407,7 @@ static int dp_ctrl_link_training_2(struct dp_ctrl_private *ctrl)
	}
	ctrl->catalog->set_pattern(ctrl->catalog, pattern);
	ret = dp_ctrl_train_pattern_set(ctrl,
		pattern | DP_RECOVERED_CLOCK_OUT_EN);
		pattern | DP_LINK_SCRAMBLING_DISABLE);
	if (ret <= 0) {
		ret = -EINVAL;
		goto end;