aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorReddog <reddog@mastersword.de>2008-11-19 17:09:41 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:09:41 +0000
commit8b6c3b85838ec2cc1e4ad9231f7fe59be7b8ccfe (patch)
tree1e8ec026f394f5460b352debd62b5e46cd57b569 /drivers/video
parentf3a8b07c0d04269aff68f5f3a89e6f494aa01eb2 (diff)
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 <reddog@mastersword.de>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/s3c2410fb.c2
1 files changed, 2 insertions, 0 deletions
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;
}