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

Commit 17aac360 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/dp: enable aux retry logic"

parents cb926619 fe703453
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -548,7 +548,7 @@ static ssize_t dp_aux_transfer(struct drm_dp_aux *drm_aux,
	}
	}


	ret = dp_aux_cmd_fifo_tx(aux, msg);
	ret = dp_aux_cmd_fifo_tx(aux, msg);
	if ((ret < 0) && aux->native && !atomic_read(&aux->aborted)) {
	if ((ret < 0) && !atomic_read(&aux->aborted)) {
		aux->retry_cnt++;
		aux->retry_cnt++;
		if (!(aux->retry_cnt % retry_count))
		if (!(aux->retry_cnt % retry_count))
			aux->catalog->update_aux_cfg(aux->catalog,
			aux->catalog->update_aux_cfg(aux->catalog,