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