xf86-video-intel: Branch 'glucose' - src/i830_memory.c

Alan Hourihane alanh at kemper.freedesktop.org
Mon Oct 15 14:24:08 PDT 2007


 src/i830_memory.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f538737f1ff73de9eb5f0f0d91d1f522570be1d3
Author: Alan Hourihane <alanh at tungstengraphics.com>
Date:   Mon Oct 15 22:24:01 2007 +0100

    Fix build problem from merge.

diff --git a/src/i830_memory.c b/src/i830_memory.c
index 26453b1..70987d1 100644
--- a/src/i830_memory.c
+++ b/src/i830_memory.c
@@ -433,7 +433,7 @@ i830_allocator_init(ScrnInfoPtr pScrn, unsigned long offset, unsigned long size)
 	mmsize = size;
 
 	/* EXA area is fixed. */
-	if (pI830->useEXA) {
+	if (pI830->AccelMethod == USE_EXA) {
 	    mmsize -= ROUND_TO_PAGE(3 * pScrn->displayWidth * pI830->cpp *
 				    pScrn->virtualY);
 	}


More information about the xorg-commit mailing list