[GXFB] Maximum powerup time is 64ms, per AMD.

David Woodhouse dwmw2 at infradead.unroutableorg
Wed Nov 8 10:58:23 EST 2006


Commit:     0cb7e74ca7c3f9e4c3ad8150b9d363b3143893c5
Parent:     bc6d8fc88835c4aeea2385d5a8d3f734c5144404
commit 0cb7e74ca7c3f9e4c3ad8150b9d363b3143893c5
Author:     David Woodhouse <dwmw2 at infradead.org>
AuthorDate: Thu Nov 9 00:02:36 2006 +0800
Commit:     David Woodhouse <dwmw2 at infradead.org>
CommitDate: Thu Nov 9 00:02:36 2006 +0800

    [GXFB] Maximum powerup time is 64ms, per AMD.
    
    Wait for that period of time in gxfb_powerup() to make the DCON->VGA
    mode transition reliable.
    
    Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
 drivers/video/geode/video_gx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/geode/video_gx.c b/drivers/video/geode/video_gx.c
index 92cf68d..ff224de 100644
--- a/drivers/video/geode/video_gx.c
+++ b/drivers/video/geode/video_gx.c
@@ -360,7 +360,7 @@ int gxfb_pre_powerup(struct fb_info *inf
 	writel(gx_pm_regs[VC_DCFG], par->vid_regs + GX_DCFG);
 	writel(gx_pm_regs[VC_FP_PM], par->vid_regs + GX_FP_PM);	
 
-	msleep(50);
+	msleep(64);
 	return 0;
 }
 


More information about the Commits-kernel mailing list