All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] h1940: framebuffer configuration fix
@ 2010-05-12 19:20 Mike Solovyev
  2010-05-12 22:43 ` Ben Dooks
  2010-05-13  7:25 ` Ben Dooks
  0 siblings, 2 replies; 6+ messages in thread
From: Mike Solovyev @ 2010-05-12 19:20 UTC (permalink / raw)
  To: linux-arm-kernel

Seems like a typo, wrong setup leads to broken image on ipaq screen.

Signed-off-by: Mike Solovyev <ms@sk.2-ch.org>
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
---
 arch/arm/mach-s3c2410/mach-h1940.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: linux-2.6/arch/arm/mach-s3c2410/mach-h1940.c
===================================================================
--- linux-2.6.orig/arch/arm/mach-s3c2410/mach-h1940.c
+++ linux-2.6/arch/arm/mach-s3c2410/mach-h1940.c
@@ -162,8 +162,8 @@ static struct s3c2410fb_display h1940_lc
 	.xres =		240,
 	.yres =		320,
 	.bpp =		16,
-	.left_margin =	20,
-	.right_margin =	8,
+	.left_margin =	8,
+	.right_margin =	20,
 	.hsync_len =	4,
 	.upper_margin =	8,
 	.lower_margin = 7,

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH] h1940: framebuffer configuration fix
@ 2010-05-12 11:38 Mike Solovyev
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Solovyev @ 2010-05-12 11:38 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: Ben Dooks, Arnaud Patard

Seems like a typo, wrong setup leads to broken image on ipaq screen.

Signed-off-by: Mike Solovyev <ms@sk.2-ch.org>
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
---
 arch/arm/mach-s3c2410/mach-h1940.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: linux-2.6/arch/arm/mach-s3c2410/mach-h1940.c
===================================================================
--- linux-2.6.orig/arch/arm/mach-s3c2410/mach-h1940.c
+++ linux-2.6/arch/arm/mach-s3c2410/mach-h1940.c
@@ -162,8 +162,8 @@ static struct s3c2410fb_display h1940_lc
 	.xres =		240,
 	.yres =		320,
 	.bpp =		16,
-	.left_margin =	20,
-	.right_margin =	8,
+	.left_margin =	8,
+	.right_margin =	20,
 	.hsync_len =	4,
 	.upper_margin =	8,
 	.lower_margin = 7,

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-05-13  7:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-12 19:20 [PATCH] h1940: framebuffer configuration fix Mike Solovyev
2010-05-12 22:43 ` Ben Dooks
2010-05-13  7:26   ` Arnaud Patard (Rtp)
2010-05-13  7:25 ` Ben Dooks
2010-05-13  7:44   ` Mike Solovyev
  -- strict thread matches above, loose matches on Subject: below --
2010-05-12 11:38 Mike Solovyev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.