summaryrefslogtreecommitdiff
path: root/src/i830_video.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-12-27 18:14:59 -0800
committerEric Anholt <eric@anholt.net>2006-12-27 18:14:59 -0800
commitf830c55e5f4efc97451240f8f18b49f46e8bce0f (patch)
tree48359ae66973a55b1b1e9e27b592442d29aba561 /src/i830_video.h
parenta75b416c91085df1db4027a25eafcd04fef1e57c (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.h5
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,