summaryrefslogtreecommitdiff
path: root/src/i830_video.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-12-27 18:17:37 -0800
committerEric Anholt <eric@anholt.net>2006-12-27 18:17:37 -0800
commit8165e043670f6a7fee5e7e8f33644adda5757591 (patch)
treebc8301afbe8727e0fc04fc9684ebf1b1500b85ea /src/i830_video.h
parentf830c55e5f4efc97451240f8f18b49f46e8bce0f (diff)
Bump the size of the extra space for 965 so it actually fits.
Diffstat (limited to 'src/i830_video.h')
-rw-r--r--src/i830_video.h2
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,