osd: fix osd suspend fail issue

PD#167373: osd: fix osd suspend fail issue

Change-Id: I705cb3b4ec3226cb6bfcf7c94920116ac6540c2e
Signed-off-by: zhilei.wu <zhilei.wu@amlogic.com>
This commit is contained in:
zhilei.wu
2018-07-06 20:32:10 +08:00
committed by Yixun Lan
parent 4efc1b8a17
commit 347fa9b90f

View File

@@ -7747,7 +7747,7 @@ void osd_suspend_hw(void)
osd_reg_clr_mask(VIU_OSD_BLEND_CTRL, 0xf0000);
osd_reg_clr_mask(OSD1_BLEND_SRC_CTRL, 0xf0f);
osd_reg_clr_mask(OSD2_BLEND_SRC_CTRL, 0xf0f);
osd_reg_clr_mask(VPP_RDARB_REQEN_SLV, 0xffff);
osd_reg_clr_mask(VPP_RDARB_REQEN_SLV, 0xff7f);
}
osd_log_info("osd_suspended\n");