From 8b6c3b85838ec2cc1e4ad9231f7fe59be7b8ccfe Mon Sep 17 00:00:00 2001 From: Reddog Date: Wed, 19 Nov 2008 17:09:41 +0000 Subject: gta01-fix-resume-redo-par.patch --> (http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=595&action=view) fix resume of fbdev BZ#79 I played a bit with the fbdev resume. With this patch the neo doesn't get this white screen on resume from console and from X. Signed-off-by: Reddog --- drivers/video/s3c2410fb.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/video') diff --git a/drivers/video/s3c2410fb.c b/drivers/video/s3c2410fb.c index 79cf0b1976a..396072bc021 100644 --- a/drivers/video/s3c2410fb.c +++ b/drivers/video/s3c2410fb.c @@ -1017,6 +1017,8 @@ static int s3c2410fb_resume(struct platform_device *dev) s3c2410fb_init_registers(fbinfo); + s3c2410fb_set_par(fbinfo); + return 0; } -- cgit v1.2.3