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:
Ajay Singh Parmar 2012-07-10 16:08:30 +05:30 committed by Stephen Boyd
parent 55002bbe2a
commit e6ed1f23d7

View file

@ -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");
rc = hdmi_msm_hpd_on(true);
if (rc)
goto error;
DEV_INFO("HDMI HPD: ON\n");
if (hdmi_prim_display) {
rc = hdmi_msm_hpd_on(true);
if (rc)
goto error;
}
if (hdmi_msm_has_hdcp()) {
/* Don't Set Encryption in case of non HDCP builds */