HDCP function could work in other TVs
but it failed with Sony TV when run hdcp enable/disable stress test.
The TMDS clock is not detected by Sony TV.
The TV seems time sensitive for HDMI TMDS.
Add 20ms delay before TMDS enable make it work.
Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
hdmi_video_csc(hdmi);
hdmi_video_sample(hdmi);
+ /* delay 20ms before tmds start work */
+ msleep(20);
mxc_hdmi_clear_overflow(hdmi);
dev_dbg(&hdmi->pdev->dev, "%s exit\n\n", __func__);
-
}
/* Wait until we are registered to enable interrupts */