aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2010-09-29 08:49:17 -0400
committerKukjin Kim <kgene.kim@samsung.com>2010-10-20 18:54:56 -0400
commit9d1fc39c2c47e7bd15c56a976e5cb7f5541669f1 (patch)
treeba8eb6698e4ffe2e027efc9494b9daca2b8d5bab /arch/arm/mach-s5pv210
parent658bf4bef844c9a15e6700e1e27c939529f4a5ca (diff)
ARM: S5PV210: update framebuffer setup information for GONI
Change the default upper_margin and vsync_len to get rid of repeated last line on the display. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210')
-rw-r--r--arch/arm/mach-s5pv210/mach-goni.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s5pv210/mach-goni.c b/arch/arm/mach-s5pv210/mach-goni.c
index d9fe739412fd..4bd5582c5c1b 100644
--- a/arch/arm/mach-s5pv210/mach-goni.c
+++ b/arch/arm/mach-s5pv210/mach-goni.c
@@ -91,10 +91,10 @@ static struct s3c_fb_pd_win goni_fb_win0 = {
91 .pixclock = 1000000000000ULL / ((16+16+2+480)*(28+3+2+800)*55), 91 .pixclock = 1000000000000ULL / ((16+16+2+480)*(28+3+2+800)*55),
92 .left_margin = 16, 92 .left_margin = 16,
93 .right_margin = 16, 93 .right_margin = 16,
94 .upper_margin = 3, 94 .upper_margin = 2,
95 .lower_margin = 28, 95 .lower_margin = 28,
96 .hsync_len = 2, 96 .hsync_len = 2,
97 .vsync_len = 2, 97 .vsync_len = 1,
98 .xres = 480, 98 .xres = 480,
99 .yres = 800, 99 .yres = 800,
100 .refresh = 55, 100 .refresh = 55,