mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
deinterlace: TCL youtube splash screen [1/1]
PD#SWPL-148257 Problem: TCL youtube splash screen Solution: set clk reg Verify: t5m Change-Id: I0f8f2985ea6d723d62a6079cd3994e2931f57e5f Signed-off-by: yufei.huan <yufei.huan@amlogic.com>
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#include "di_reg_v3.h"
|
||||
#include "di_hw_v3.h"
|
||||
#include "di_reg_v2.h"
|
||||
#include "reg_decontour_t3.h"
|
||||
|
||||
#include "register.h"
|
||||
#include "register_nr4.h"
|
||||
@@ -5360,7 +5361,11 @@ static void hw_init_v3(void)
|
||||
fifo_size_vpp = 0x180;
|
||||
fifo_size_di = 0x120;
|
||||
}
|
||||
|
||||
if (DIM_IS_ICS_T5M) {
|
||||
op->bwr(VIUB_GCLK_CTRL3, 0x3f, 16, 6);
|
||||
op->wr(REG_DCTR_T3_GCLK_CTRL0, 0xc0);
|
||||
op->wr(REG_DCTR_T3_GCLK_CTRL1, 0x3c0000);
|
||||
}
|
||||
if (DIM_IS_IC_EF(SC2)) {
|
||||
/*pre*/
|
||||
op->wr(DI_SC2_INP_LUMA_FIFO_SIZE, fifo_size_di);
|
||||
|
||||
Reference in New Issue
Block a user