video: rockchip: hdmi: fix certain tv blank when mode switch

Change-Id: Ic980c14c0316c87d6fb160e2b94279411c88dbde
Signed-off-by: xuhuicong <xhc@rock-chips.com>
This commit is contained in:
xuhuicong 2016-06-12 15:34:00 +08:00 committed by Gerrit Code Review
parent 309455f8fd
commit 3de246a060

View File

@ -381,7 +381,7 @@ static void hdmi_work_queue(struct work_struct *work)
if (rk_fb_get_display_policy() == DISPLAY_POLICY_BOX)
msleep(2000);
else
msleep(1000);
msleep(1100);
hdmi_wq_set_video(hdmi);
hdmi_send_uevent(hdmi, KOBJ_CHANGE);
hdmi_wq_set_audio(hdmi);