Skip to content

Commit

Permalink
[ARM] 5377/1: S3C2410-Framebuffer: Fix resume path in S3C2410 framebu…
Browse files Browse the repository at this point in the history
…ffer driver.

Ensure that the LCD engine is correctly re-initialised
and the correct parameters passed ot s3c2410fb_init_registers.

Signed-off-by: Simtec Linux Team <linux@simtec.co.uk>
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Daniel Silverstone authored and Russell King committed Feb 19, 2009
1 parent 1144d65 commit 60f793d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/video/s3c2410fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,10 @@ static int s3c2410fb_resume(struct platform_device *dev)

s3c2410fb_init_registers(fbinfo);

/* re-activate our display after resume */
s3c2410fb_activate_var(fbinfo);
s3c2410fb_blank(FB_BLANK_UNBLANK, fbinfo);

return 0;
}

Expand Down

0 comments on commit 60f793d

Please sign in to comment.