osd: fix osd suspend fail issue
authorzhilei.wu <zhilei.wu@amlogic.com>
Fri, 6 Jul 2018 12:32:10 +0000 (20:32 +0800)
committerYixun Lan <yixun.lan@amlogic.com>
Mon, 9 Jul 2018 05:32:13 +0000 (22:32 -0700)
PD#167373: osd: fix osd suspend fail issue

Change-Id: I705cb3b4ec3226cb6bfcf7c94920116ac6540c2e
Signed-off-by: zhilei.wu <zhilei.wu@amlogic.com>
drivers/amlogic/media/osd/osd_hw.c

index 0dd2b7c..6da1cac 100644 (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");