display: Modify the value of register afbc_gclk_ctrl [1/1]
authorPeng Yixin <yixin.peng@amlogic.com>
Fri, 12 Oct 2018 06:18:04 +0000 (14:18 +0800)
committerLuan Yuan <luan.yuan@amlogic.com>
Thu, 29 Nov 2018 06:36:14 +0000 (14:36 +0800)
PD#SWPL-2565

Problem:
The splash screen problem for first frame after starting up.

Solution:
Modify the value of register afbc_gclk_ctrl.

Verify:
u211

Change-Id: Ie1ddfade0566ff8cd571c43ba8490a8c277a8758
Signed-off-by: Peng Yixin <yixin.peng@amlogic.com>
drivers/amlogic/media/enhancement/amvecm/bitdepth.c

index 0b9e159..558fffb 100644 (file)
@@ -396,13 +396,13 @@ void vpp_set_12bit_datapath_g12a(void)
                vpp_set_vd1_preblend_mux(0);
                vpp_set_vd1_postblend_mux(0);
                vpp_set_vd1_postblend_en(1);
-               vpp_set_vd1_gate(0x55);
+               vpp_set_vd1_gate(0x0);
                vpp_set_vd2_preblend_mux(0);
                vpp_set_vd2_postblend_mux(0);
                vpp_set_vd2_postblend_en(0);
                vpp_set_vd2_ext_mod(0);
                vpp_set_vd2_bypass_dolby(1);
-               vpp_set_vd2_gate(0x55);
+               vpp_set_vd2_gate(0x0);
        }
 }