mirror of
https://github.com/S3NEO/android_kernel_samsung_msm8226.git
synced 2024-11-07 03:47:13 +00:00
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:
parent
b181b160fb
commit
29e616fa07
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue