fix hdmi hotplug issue
This commit is contained in:
parent
90cc228f43
commit
76c00ed7bb
1 changed files with 1 additions and 1 deletions
|
@ -656,7 +656,7 @@ s32 hdmi_core_loop(void)
|
||||||
if (0 == (hdmi_hpd_mask & 0x100))
|
if (0 == (hdmi_hpd_mask & 0x100))
|
||||||
hdmi_hpd_event();
|
hdmi_hpd_event();
|
||||||
|
|
||||||
if (video_enable)
|
/*if (video_enable)*/
|
||||||
hdmi_core_set_video_enable(true);
|
hdmi_core_set_video_enable(true);
|
||||||
|
|
||||||
case HDMI_State_HPD_Done:
|
case HDMI_State_HPD_Done:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue