display: Modify the value of register afbc_gclk_ctrl [1/1]

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>
This commit is contained in:
Peng Yixin
2018-10-12 14:18:04 +08:00
committed by Dongjin Kim
parent 9a4581386b
commit ba8d697911

View 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);
}
}