diff options
author | Eric Anholt <eric@anholt.net> | 2006-12-27 18:14:59 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-12-27 18:14:59 -0800 |
commit | f830c55e5f4efc97451240f8f18b49f46e8bce0f (patch) | |
tree | 48359ae66973a55b1b1e9e27b592442d29aba561 /src/i830_video.h | |
parent | a75b416c91085df1db4027a25eafcd04fef1e57c (diff) |
Make the assert() in i965_video.c actually work and expose an error.
Diffstat (limited to 'src/i830_video.h')
-rw-r--r-- | src/i830_video.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/i830_video.h b/src/i830_video.h index a00cd508..356a8f7f 100644 --- a/src/i830_video.h +++ b/src/i830_video.h @@ -81,6 +81,11 @@ typedef struct { #define GET_PORT_PRIVATE(pScrn) \ (I830PortPrivPtr)((I830PTR(pScrn))->adaptor->pPortPrivates[0].ptr) +/* + * Broadwater requires a bit of extra video memory for state information + */ +#define BRW_LINEAR_EXTRA (32*1024) + void I915DisplayVideoTextured(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv, int id, RegionPtr dstRegion, short width, short height, int video_pitch, |