From df1c2d23178ee1baca3b0fbd840656d1a6787da1 Mon Sep 17 00:00:00 2001 From: Evoke Zhang Date: Mon, 5 Aug 2019 10:15:43 +0800 Subject: [PATCH] tvafe: optimize atv pali grayscale high-order saturation [1/1] PD#TV-7291 Problem: ATV source limit eight grayscale high-order saturation Solution: change agc_peak_nominal 0x10=0x8 Verify: x301 Change-Id: I93c2257e3366b69d59e1b9f89ce0ed7f63e661ed Signed-off-by: Evoke Zhang --- drivers/amlogic/media/vin/tvin/tvin_format_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/amlogic/media/vin/tvin/tvin_format_table.c b/drivers/amlogic/media/vin/tvin/tvin_format_table.c index d3d1b5a..91647ee 100644 --- a/drivers/amlogic/media/vin/tvin/tvin_format_table.c +++ b/drivers/amlogic/media/vin/tvin/tvin_format_table.c @@ -1018,7 +1018,7 @@ const unsigned char cvd_part1_table[TVIN_SIG_FMT_CVBS_NTSC_50 - }, /* TVIN_SIG_FMT_CVBS_NTSC_443, */ { 0x32, 0x04, 0x43, 0x12, 0xdd, 0x32, 0x80, 0x03, 0x7d, 0x20, 0x78, - 0x00, 0x90, 0x00, 0x06, 0x00, 0x37, 0x09, 0x10, 0xb4, 0x80, 0x20, + 0x00, 0x90, 0x00, 0x06, 0x00, 0x08, 0x09, 0x10, 0xb4, 0x80, 0x20, 0xf6, 0x0d, r182, r192, r1a2, r1b2, r1c2, r1d2, r1e2, r1f2, 0x3e, 0x3e, 0x00, 0x80, 0xe7, 0x42, 0x6d, 0x5a, 0x1d, 0xb9, 0xd6, 0x4e, 0x32, 0x46, 0x8c, 0x50, 0x2a, 0xc0, 0x70, 0x0e, 0x78, 0x10, 0x00, -- 2.7.4