summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/video/tegra/dc/nvhdcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/tegra/dc/nvhdcp.c b/drivers/video/tegra/dc/nvhdcp.c
index fbdb089fd7c6..8c545c2bd513 100644
--- a/drivers/video/tegra/dc/nvhdcp.c
+++ b/drivers/video/tegra/dc/nvhdcp.c
@@ -1075,6 +1075,7 @@ static int tegra_nvhdcp_off(struct tegra_nvhdcp *nvhdcp)
mutex_unlock(&nvhdcp->lock);
wake_up_interruptible(&wq_worker);
flush_workqueue(nvhdcp->downstream_wq);
+ msleep(1000);
return 0;
}