xf86-video-intel: src/i830_driver.c

Jesse Barnes jbarnes at kemper.freedesktop.org
Mon May 26 09:44:04 PDT 2008


 src/i830_driver.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 363ccc3dfbf8ab91608d502e0376a43653581856
Author: Jesse Barnes <jbarnes at hobbes.lan>
Date:   Mon May 26 09:43:40 2008 -0700

    Fixup FIFO comment
    
    What I originally checked in was a bit misleading.

diff --git a/src/i830_driver.c b/src/i830_driver.c
index 0a8ec56..1b07064 100644
--- a/src/i830_driver.c
+++ b/src/i830_driver.c
@@ -1960,8 +1960,8 @@ SetHWOperatingState(ScrnInfoPtr pScrn)
 
    /*
     * Fixup FIFO defaults:
-    * we don't use plane C at all so we can allocate the 96 FIFO RAM
-    * entries equally between planes A and B.
+    * we don't use plane C at all so we can allocate all but one of the 96
+    * FIFO RAM entries equally between planes A and B.
     */
    OUTREG(DSPARB, (95 << DSPARB_CSTART_SHIFT) | (48 << DSPARB_BSTART_SHIFT));
 }


More information about the xorg-commit mailing list