mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user