msm: mdss: hdmi: reset hpd_state when hpd circuitry is turned off

Reset hpd_state to disconnect when hpd circuitry is turned off by the user.

Change-Id: Ib37d8f55d51afa57b7f46f603fbae4e3e3a47de5
Signed-off-by: Ujwal Patel <ujwalp@codeaurora.org>
This commit is contained in:
Ujwal Patel 2013-03-13 18:07:10 -07:00
parent b181b160fb
commit 29e616fa07

View file

@ -2182,6 +2182,7 @@ static void hdmi_tx_hpd_off(struct hdmi_tx_ctrl *hdmi_ctrl)
DEV_INFO("%s: Failed to disable hpd power. Error=%d\n",
__func__, rc);
hdmi_ctrl->hpd_state = false;
hdmi_ctrl->hpd_initialized = false;
} /* hdmi_tx_hpd_off */