[OpenBIOS] r325 - dev/geode/display

svn at openbios.org svn at openbios.org
Thu Apr 26 04:58:50 CEST 2007


Author: wmb
Date: 2007-04-26 04:58:50 +0200 (Thu, 26 Apr 2007)
New Revision: 325

Modified:
   dev/geode/display/gxfb.fth
Log:
OLPC suspend - Wait a frame time after disabling the display controller to ensure that it is quiet before suspending.


Modified: dev/geode/display/gxfb.fth
===================================================================
--- dev/geode/display/gxfb.fth	2007-04-26 02:58:02 UTC (rev 324)
+++ dev/geode/display/gxfb.fth	2007-04-26 02:58:50 UTC (rev 325)
@@ -345,6 +345,7 @@
 
    unlock
    0 4 dc!  \ Turn off video memory access
+   d# 25 ms \ Wait for a frame time to make sure the display is quiet
 ;
 
 : video-restore




More information about the OpenBIOS mailing list