di: pd22 FW parameters need optimize [1/1]
authorzhiwei.yuan <zhiwei.yuan@amlogic.com>
Fri, 1 Mar 2019 06:47:01 +0000 (14:47 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Fri, 12 Apr 2019 03:40:26 +0000 (20:40 -0700)
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 <zhiwei.yuan@amlogic.com>
drivers/amlogic/media/deinterlace/deinterlace_mtn.c

index df8da8a..b9a3562 100644 (file)
@@ -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*/