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

Commit fe703453 authored by Ajay Singh Parmar's avatar Ajay Singh Parmar
Browse files

drm/msm/dp: enable aux retry logic



Enable the aux transaction retry logic for all type of
transactions. This reconfigures the aux hardware in case
there are aux failures.

CRs-Fixed: 2208145
Change-Id: I532af6ee653e82d2c3da6e4d5c5555229bd83847
Signed-off-by: default avatarAjay Singh Parmar <aparmar@codeaurora.org>
parent 34e1614a
Loading
Loading
Loading
Loading
+1 −1
Original line number 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);
	if ((ret < 0) && aux->native && !atomic_read(&aux->aborted)) {
	if ((ret < 0) && !atomic_read(&aux->aborted)) {
		aux->retry_cnt++;
		if (!(aux->retry_cnt % retry_count))
			aux->catalog->update_aux_cfg(aux->catalog,