mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
msm_fb: hdmi: Do not turn on HPD at boot
HPD is getting turned on by userspace if HDMI is enabled. We don't need to turn on the HPD from HDMI driver. CRs-Fixed: 377899 Change-Id: I29af0ca6ba222c7af61b1a0e8b51be35dee6426c Signed-off-by: Ajay Singh Parmar <aparmar@codeaurora.org>
This commit is contained in:
parent
55002bbe2a
commit
e6ed1f23d7
1 changed files with 5 additions and 4 deletions
|
@ -4583,10 +4583,11 @@ static int __devinit hdmi_msm_probe(struct platform_device *pdev)
|
|||
} else
|
||||
DEV_ERR("Init FAILED: failed to add fb device\n");
|
||||
|
||||
if (hdmi_prim_display) {
|
||||
rc = hdmi_msm_hpd_on(true);
|
||||
if (rc)
|
||||
goto error;
|
||||
DEV_INFO("HDMI HPD: ON\n");
|
||||
}
|
||||
|
||||
if (hdmi_msm_has_hdcp()) {
|
||||
/* Don't Set Encryption in case of non HDCP builds */
|
||||
|
|
Loading…
Reference in a new issue