summaryrefslogtreecommitdiff
path: root/src/i830_hwmc.h
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyu.z.wang@intel.com>2007-10-26 22:40:47 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2007-10-26 22:40:47 +0800
commita470f6b2ca291e305979dd9223885a50dc0b334b (patch)
treec6aa93bb0d303b58955ce9775d3eff0243b56bdb /src/i830_hwmc.h
parentce9802edd25255f6c9c11e512b2ef905384b914d (diff)
try to move some fields to xvmc driver structure
Still a lot of things to move include batch buffer, lock, context, surface resource handling, etc.
Diffstat (limited to 'src/i830_hwmc.h')
-rw-r--r--src/i830_hwmc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830_hwmc.h b/src/i830_hwmc.h
index 70ec00d6..97fe4fd1 100644
--- a/src/i830_hwmc.h
+++ b/src/i830_hwmc.h
@@ -45,6 +45,7 @@
/* common header for context private */
struct _intel_xvmc_common {
unsigned int type;
+ unsigned int sarea_size;
};
#ifdef _INTEL_XVMC_SERVER_