mirror of
https://github.com/S3NEO/android_kernel_samsung_msm8226.git
synced 2024-11-07 03:47:13 +00:00
Merge "msm: mdss: hdmi: reset hpd_state when hpd circuitry is turned off"
This commit is contained in:
commit
fc283008ab
1 changed files with 1 additions and 0 deletions
|
@ -2189,6 +2189,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