aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/mach-pxa/magician.c
diff options
context:
space:
mode:
authorPetr Cvek <petr.cvek@tul.cz>2015-09-28 23:32:12 +0200
committerRobert Jarzmik <robert.jarzmik@free.fr>2015-10-14 23:06:56 +0200
commite7b97a4ce74ad44a419759b008edc75390aab20c (patch)
tree90a2f737a1693e291ce3045b2ff8a2dad92c1494 /arch/arm/mach-pxa/magician.c
parentARM: pxa: magician: Rename charger cable detection EGPIOs (diff)
downloadwireguard-linux-e7b97a4ce74ad44a419759b008edc75390aab20c.tar.xz
wireguard-linux-e7b97a4ce74ad44a419759b008edc75390aab20c.zip
ARM: pxa: magician: Optimize Samsung LCD refresh to 50Hz
Change the default Samsung LCD refresh from an unrealistic 117Hz to 50Hz as no video applications on the HTC Magician can work that fast. The optimalization lowers the RAM latency at least by 3%. Signed-off-by: Petr Cvek <petr.cvek@tul.cz> Acked-by: Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Diffstat (limited to 'arch/arm/mach-pxa/magician.c')
-rw-r--r--arch/arm/mach-pxa/magician.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c
index 82a64c3b34e8..449ca0f3731f 100644
--- a/arch/arm/mach-pxa/magician.c
+++ b/arch/arm/mach-pxa/magician.c
@@ -250,7 +250,7 @@ static struct pxafb_mode_info toppoly_modes[] = {
static struct pxafb_mode_info samsung_modes[] = {
{
- .pixclock = 96153,
+ .pixclock = 226469,
.bpp = 16,
.xres = 240,
.yres = 320,