summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--msm/dp/dp_display.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/msm/dp/dp_display.c b/msm/dp/dp_display.c
index df7657db..fed76a7c 100644
--- a/msm/dp/dp_display.c
+++ b/msm/dp/dp_display.c
@@ -966,6 +966,12 @@ end:
mutex_unlock(&dp->session_lock);
/*
+ * Delay the HPD connect notification to see if sink generates any
+ * IRQ HPDs immediately after the HPD high.
+ */
+ usleep_range(10000, 10100);
+
+ /*
* If an IRQ HPD is pending, then do not send a connect notification.
* Once this work returns, the IRQ HPD would be processed and any
* required actions (such as link maintenance) would be done which