ARM: S5PV210: update framebuffer setup information for GONI
authorMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 29 Sep 2010 12:49:17 +0000 (21:49 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 20 Oct 2010 22:54:56 +0000 (07:54 +0900)
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>
arch/arm/mach-s5pv210/mach-goni.c

index d9fe739412fd17b59472cfe5ce4b2000efeb2b03..4bd5582c5c1ba55fed89ddb29dd44cbb6072879b 100644 (file)
@@ -91,10 +91,10 @@ static struct s3c_fb_pd_win goni_fb_win0 = {
                .pixclock = 1000000000000ULL / ((16+16+2+480)*(28+3+2+800)*55),
                .left_margin    = 16,
                .right_margin   = 16,
-               .upper_margin   = 3,
+               .upper_margin   = 2,
                .lower_margin   = 28,
                .hsync_len      = 2,
-               .vsync_len      = 2,
+               .vsync_len      = 1,
                .xres           = 480,
                .yres           = 800,
                .refresh        = 55,