From 3d462b9e082a466f375c0f03a5eab3b81fd2f441 Mon Sep 17 00:00:00 2001 From: "zhiwei.yuan" Date: Fri, 1 Mar 2019 14:47:01 +0800 Subject: [PATCH] di: pd22 FW parameters need optimize [1/1] PD#SWPL-5046 Problem: PD22 para is incorrect Solution: correct the parameters Verify: verified by t962x2_x301 Change-Id: I0b26914694dd19f9b06cb37c50f7589a200ea0b1 Signed-off-by: zhiwei.yuan --- drivers/amlogic/media/deinterlace/deinterlace_mtn.c | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/drivers/amlogic/media/deinterlace/deinterlace_mtn.c b/drivers/amlogic/media/deinterlace/deinterlace_mtn.c index c5559e6..6f8bb48 100644 --- a/drivers/amlogic/media/deinterlace/deinterlace_mtn.c +++ b/drivers/amlogic/media/deinterlace/deinterlace_mtn.c @@ -193,9 +193,11 @@ static unsigned int combing_bias_motion_setting[MAX_NUM_DI_REG] = { 0x02020606, 0x05080344, 0x40020a04, - 0x0001ff0c, /* 0x0001FF12 */ - 0x00400204, /* 0x00200204 */ - 0x00016404, /* 0x00012002 */ + /*idea from mingliang.dong & vlsi zheng.bao begin*/ + 0x0001FF12, /* 0x0001ff0c */ + 0x00200204, /* 0x00400204 */ + 0x00012002, /* 0x00016404 */ + /*idea from mingliang.dong & vlsi zheng.bao end*/ 0x00000142 }; @@ -211,10 +213,12 @@ static unsigned int combing_very_motion_setting[MAX_NUM_DI_REG] = { 0x0D200302, 0x02020606, 0x05080344, - 0x40020a04, /* 0x60000404,*/ - 0x0001ff0c, /* 0x0001FF12 */ - 0x00400204, /* 0x00200204 */ - 0x00016404, /* 0x00012002 */ + /*idea from mingliang.dong & vlsi zheng.bao begin*/ + 0x60000404, /* 0x40020a04*/ + 0x0001FF12, /* 0x0001ff0c */ + 0x00200204, /* 0x00400204 */ + 0x00012002, /* 0x00016404 */ + /*idea from mingliang.dong & vlsi zheng.bao end*/ 0x00000131 }; /*special for resolution test file*/ -- 2.7.4