diff options
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2007-10-26 22:40:47 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2007-10-26 22:40:47 +0800 |
commit | a470f6b2ca291e305979dd9223885a50dc0b334b (patch) | |
tree | c6aa93bb0d303b58955ce9775d3eff0243b56bdb /src/i830_hwmc.h | |
parent | ce9802edd25255f6c9c11e512b2ef905384b914d (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.h | 1 |
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_ |