mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
osd: fix the fifo ctrl setting error
PD#156734: osd: fix the fifo ctrl setting error Change-Id: I67560a98592b800658d9d8da3a314aac42d66ad2 Signed-off-by: Brian Zhu <brian.zhu@amlogic.com>
This commit is contained in:
@@ -5818,6 +5818,9 @@ void osd_init_hw(u32 logo_loaded, u32 osd_probe,
|
||||
osd_reg_set_bits(
|
||||
hw_osd_reg_array[idx].osd_fifo_ctrl_stat,
|
||||
1, 31, 1);
|
||||
osd_reg_set_bits(
|
||||
hw_osd_reg_array[idx].osd_fifo_ctrl_stat,
|
||||
1, 10, 2);
|
||||
/* TODO: temp set at here, need check for logo */
|
||||
if (idx > 0)
|
||||
osd_reg_set_bits(
|
||||
|
||||
Reference in New Issue
Block a user