mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
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:
committed by
Gerrit Code Review
parent
309455f8fd
commit
3de246a060
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user