diff options
author | Eric Anholt <eric@anholt.net> | 2006-12-27 18:17:37 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-12-27 18:17:37 -0800 |
commit | 8165e043670f6a7fee5e7e8f33644adda5757591 (patch) | |
tree | bc8301afbe8727e0fc04fc9684ebf1b1500b85ea | |
parent | f830c55e5f4efc97451240f8f18b49f46e8bce0f (diff) |
Bump the size of the extra space for 965 so it actually fits.
-rw-r--r-- | src/i830_video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_video.h b/src/i830_video.h index 356a8f7f..90c58b76 100644 --- a/src/i830_video.h +++ b/src/i830_video.h @@ -84,7 +84,7 @@ typedef struct { /* * Broadwater requires a bit of extra video memory for state information */ -#define BRW_LINEAR_EXTRA (32*1024) +#define BRW_LINEAR_EXTRA (36*1024) void I915DisplayVideoTextured(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv, int id, RegionPtr dstRegion, short width, |