diff options
author | Dan Willemsen <dwillemsen@nvidia.com> | 2011-03-31 23:33:08 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2011-04-26 15:56:20 -0700 |
commit | 998ffd3922224bfc0b4fb4676d43979563e3bf8d (patch) | |
tree | 16115a53f6b54f0a43e97c2b45be41e0d06bdee4 /drivers | |
parent | 983ac2f5681beb01bbcc7c43032436c9285e2f3a (diff) |
HACK: Enable HDMI hotplug
Change-Id: I0aabdebab1765014c2a853f41ec53fba3cce6670
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/video/tegra/dc/hdmi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/tegra/dc/hdmi.c b/drivers/video/tegra/dc/hdmi.c index f7f1b6467d7b..bda63c28800f 100644 --- a/drivers/video/tegra/dc/hdmi.c +++ b/drivers/video/tegra/dc/hdmi.c @@ -688,6 +688,8 @@ static void tegra_dc_hdmi_detect_worker(struct work_struct *work) container_of(to_delayed_work(work), struct tegra_dc_hdmi_data, work); struct tegra_dc *dc = hdmi->dc; + tegra_dc_enable(dc); + msleep(5); if (!tegra_dc_hdmi_detect(dc)) { tegra_dc_disable(dc); tegra_fb_update_monspecs(dc->fb, NULL, NULL); |