diff options
author | Ankita Garg <ankitag@nvidia.com> | 2014-03-27 18:55:50 -0700 |
---|---|---|
committer | Manish Tuteja <mtuteja@nvidia.com> | 2014-03-27 23:02:26 -0700 |
commit | d51c18a8ae5da9ab9755df5acf58a0f417842409 (patch) | |
tree | 2282c54784169eaa6fd2c98ea60ff49402b48aa3 | |
parent | 8930599b06dca29dd2e359196a7284b539a9f5c3 (diff) |
arch: arm: roth: Reduce backlight phase in rate
Bug 1486835
Change-Id: I2a42f272ff40d317083d8c9a1f6749ca91b9cbe4
Signed-off-by: Ankita Garg <ankitag@nvidia.com>
Reviewed-on: http://git-master/r/388017
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Michael I Gold <gold@nvidia.com>
-rw-r--r-- | arch/arm/mach-tegra/board-roth-panel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-roth-panel.c b/arch/arm/mach-tegra/board-roth-panel.c index 8329303d1ba6..8cb97c5e0cf0 100644 --- a/arch/arm/mach-tegra/board-roth-panel.c +++ b/arch/arm/mach-tegra/board-roth-panel.c @@ -1,7 +1,7 @@ /* * arch/arm/mach-tegra/board-roth-panel.c * - * Copyright (c) 2011-2013, NVIDIA Corporation. All rights reserved. + * Copyright (c) 2011-2014, NVIDIA Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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 = 128, + .smooth_k_incr = 64, /* Default video coefficients */ .coeff = {5, 9, 2}, .fc = {0, 0}, |