summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/tegra/dc/hdmi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/tegra/dc/hdmi.c b/drivers/video/tegra/dc/hdmi.c
index f36dd8de9f0a..c93b3c4c72f1 100644
--- a/drivers/video/tegra/dc/hdmi.c
+++ b/drivers/video/tegra/dc/hdmi.c
@@ -641,6 +641,9 @@ static void tegra_dc_hdmi_resume(struct tegra_dc *dc)
queue_delayed_work(system_nrt_wq, &hdmi->work,
msecs_to_jiffies(30));
hdmi->hpd_pending = false;
+ } else if (tegra_dc_hdmi_hpd(dc)) { /* Check for HDMI Peripheral */
+ queue_delayed_work(system_nrt_wq, &hdmi->work,
+ msecs_to_jiffies(100));
}
spin_unlock_irqrestore(&hdmi->suspend_lock, flags);
tegra_nvhdcp_resume(hdmi->nvhdcp);