mirror of
https://github.com/marqs85/ossc
synced 2026-02-20 21:41:53 +03:00
init the IT6613 only once if HDMI is initiated
This commit is contained in:
parent
de0f98ea32
commit
7b6c67cc4d
@ -1262,6 +1262,7 @@ int init_hw()
|
|||||||
|
|
||||||
// init always is HDMI mode (fixes yellow screen bug)
|
// init always is HDMI mode (fixes yellow screen bug)
|
||||||
TX_enable(TX_HDMI);
|
TX_enable(TX_HDMI);
|
||||||
|
if (cm.cc.tx_mode)
|
||||||
TX_enable(cm.cc.tx_mode);
|
TX_enable(cm.cc.tx_mode);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user