[Xorg-driver-geode] [PATCH 6/6] Fix the firefox rendering bug

Huang, FrankR FrankR.Huang at amd.com
Tue Jun 29 02:19:08 PDT 2010


*The off-screen buffer is 256KB in previous default setting. But
when we do the PictOpOver rendering first pass, we need more than
256KB off-screen buffer. And for the 14MB framebuffer size, there
still some remaining space for this.I allocate 2MB right now.

Signed-off-by: Frank Huang <frankr.huang at amd.com>
---
 src/geode.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/geode.h b/src/geode.h
index 8fe67b5..205bdd3 100644
--- a/src/geode.h
+++ b/src/geode.h
@@ -91,7 +91,7 @@
 
 #define GEODEPTR(p) ((GeodeRec *)((p)->driverPrivate))
 
-#define DEFAULT_EXA_SCRATCH_BFRSZ 0x40000
+#define DEFAULT_EXA_SCRATCH_BFRSZ 0x200000
 
 /* the LX hardware (and Cimarron) require a cursor memory size of 48x64.. */
 #define LX_CURSOR_HW_WIDTH 48
-- 
1.7.1




More information about the Xorg-driver-geode mailing list