summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/dc/hdmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tegra/dc/hdmi.c')
-rw-r--r--drivers/video/tegra/dc/hdmi.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/video/tegra/dc/hdmi.c b/drivers/video/tegra/dc/hdmi.c
index 164ecb26b634..bb912d9ff4f0 100644
--- a/drivers/video/tegra/dc/hdmi.c
+++ b/drivers/video/tegra/dc/hdmi.c
@@ -744,6 +744,9 @@ static bool tegra_dc_hdmi_detect(struct tegra_dc *dc)
tegra_fb_update_monspecs(dc->fb, &specs, tegra_dc_hdmi_mode_filter);
dev_info(&dc->ndev->dev, "display detected\n");
+
+ tegra_dc_ext_process_hotplug(dc->ndev->id);
+
return true;
fail:
@@ -764,6 +767,8 @@ static void tegra_dc_hdmi_detect_worker(struct work_struct *work)
if (!tegra_dc_hdmi_detect(dc)) {
tegra_dc_disable(dc);
tegra_fb_update_monspecs(dc->fb, NULL, NULL);
+
+ tegra_dc_ext_process_hotplug(dc->ndev->id);
}
}