mirror of
https://github.com/marqs85/ossc.git
synced 2025-01-31 12:30:02 +00:00
init the IT6613 only once if HDMI is initiated
This commit is contained in:
parent
2de05ca742
commit
64b661c7e2
@ -1332,9 +1332,10 @@ int init_hw()
|
||||
if (!(IORD_ALTERA_AVALON_PIO_DATA(PIO_1_BASE) & PB1_BIT))
|
||||
setup_rc();
|
||||
|
||||
// init always is HDMI mode (fixes yellow screen bug)
|
||||
// init always in HDMI mode (fixes yellow screen bug)
|
||||
TX_enable(TX_HDMI);
|
||||
TX_enable(tc.tx_mode);
|
||||
if (tc.tx_mode == TX_DVI)
|
||||
TX_enable(tc.tx_mode);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user