osd: meson-axg: fix uboot logo flicker issue

PD#170129: osd: meson-axg: fix uboot logo flicker issue

Change-Id: I1604d716b1cb0bcf3804b0c7c89df38276c0cc2f
Signed-off-by: pengcheng chen <pengcheng.chen@amlogic.com>
This commit is contained in:
pengcheng chen
2018-07-16 16:32:15 +08:00
committed by Yixun Lan
parent 32e74e4ad6
commit 345436f394

View File

@@ -7455,6 +7455,8 @@ void osd_init_hw(u32 logo_loaded, u32 osd_probe,
if (osd_hw.osd_meson_dev.osd_ver == OSD_SIMPLE) {
data32 = osd_reg_read(
hw_osd_reg_array[OSD1].osd_fifo_ctrl_stat);
/* bit[9:5]: HOLD_FIFO_LINES */
data32 &= ~(0x1f << 5);
data32 |= 0x18 << 5;
osd_reg_write(
hw_osd_reg_array[OSD1].osd_fifo_ctrl_stat, data32);