summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/dc/hdmi_state_machine.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tegra/dc/hdmi_state_machine.c')
-rw-r--r--drivers/video/tegra/dc/hdmi_state_machine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/tegra/dc/hdmi_state_machine.c b/drivers/video/tegra/dc/hdmi_state_machine.c
index 3707a0a00a40..2312a98b3fff 100644
--- a/drivers/video/tegra/dc/hdmi_state_machine.c
+++ b/drivers/video/tegra/dc/hdmi_state_machine.c
@@ -151,7 +151,7 @@ static int emulate_hotplug = 1;
static void handle_enable_l(struct tegra_dc_hdmi_data *hdmi)
{
tegra_dc_enable(hdmi->dc);
- if (emulate_hotplug) {
+ if (emulate_hotplug && hdmi->dvi) {
emulate_hotplug = 0;
hdmi_reread_edid(hdmi->dc);
}