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

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

Merge "drm: msm: dp: skip audio notify wait for completion"

parents 2d52f6f1 c5082f23
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -672,6 +672,9 @@ static int dp_audio_notify(struct dp_audio_private *audio, u32 state)
	if (atomic_read(&audio->acked))
		goto end;

	if (state == EXT_DISPLAY_CABLE_CONNECT)
		goto end;

	rc = wait_for_completion_timeout(&audio->hpd_comp, HZ * 4);
	if (!rc) {
		pr_err("timeout. state=%d err=%d\n", state, rc);