tvafe: update 0x125 setting for tl1 av ntsc-m/pali [1/1]
authorEvoke Zhang <evoke.zhang@amlogic.com>
Wed, 18 Sep 2019 02:02:25 +0000 (10:02 +0800)
committerTao Zeng <tao.zeng@amlogic.com>
Wed, 25 Sep 2019 02:12:29 +0000 (19:12 -0700)
PD#SWPL-14271

Problem:
av pali green block dark in colorbar left bottom corner

Solution:
update 0x125 setting for tl1 av ntsc-m/pali

Verify:
x301

Change-Id: Icb759a39c1265ac043b888b55f3ccaf12661cafe
Signed-off-by: Evoke Zhang <evoke.zhang@amlogic.com>
drivers/amlogic/media/vin/tvin/tvafe/tvafe_pq_table.c

index f236951..423fb1b 100644 (file)
@@ -340,7 +340,7 @@ static struct tvafe_reg_table_s cvbs_ntscm_table_tl1[] = {
        {CVD2_REG_87, 0xc0, 0xc0},
        {CVD2_REG_FA, 0x00, 0xa0},
        /*set for wipe off vertical stripes*/
-       {ACD_REG_25, 0xeafb4e8e, 0xffffffff},
+       {ACD_REG_25, 0x00e941a8, 0xffffffff},
        {0xffffffff, 0, 0},
 };
 
@@ -365,7 +365,7 @@ static struct tvafe_reg_table_s cvbs_pali_table_tl1[] = {
        {ACD_REG_8A, 0x100004, 0xffffffff},
        {ACD_REG_8C, 0x38000, 0xffffffff},
        /*set for wipe off vertical stripes*/
-       {ACD_REG_25, 0xeafb4e8e, 0xffffffff},
+       {ACD_REG_25, 0x00e941a8, 0xffffffff},
        {0xffffffff, 0, 0},
 };