fix hdmi hotplug issue

This commit is contained in:
August 2019-02-27 12:10:10 +08:00
parent 90cc228f43
commit 76c00ed7bb

View file

@ -656,7 +656,7 @@ s32 hdmi_core_loop(void)
if (0 == (hdmi_hpd_mask & 0x100))
hdmi_hpd_event();
if (video_enable)
/*if (video_enable)*/
hdmi_core_set_video_enable(true);
case HDMI_State_HPD_Done: