diff options
-rw-r--r-- | arch/arm/mach-tegra/board-roth-panel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-roth-panel.c b/arch/arm/mach-tegra/board-roth-panel.c index 8cb97c5e0cf0..e58a66fc73c3 100644 --- a/arch/arm/mach-tegra/board-roth-panel.c +++ b/arch/arm/mach-tegra/board-roth-panel.c @@ -924,7 +924,7 @@ static struct tegra_dc_sd_settings roth_sd_settings = { /* Low soft clipping threshold to compensate for aggressive k_limit */ .soft_clipping_threshold = 128, .smooth_k_enable = true, - .smooth_k_incr = 64, + .smooth_k_incr = 32, /* Default video coefficients */ .coeff = {5, 9, 2}, .fc = {0, 0}, |