summaryrefslogtreecommitdiff
path: root/src/i915_hwmc.h
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2007-06-25 10:33:35 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2007-07-19 17:28:35 +0800
commita9bf7e28b91692c7c7a4915cdf9603cd2ef025ea (patch)
tree272b882797c938674378d1ead8dcfad597c5f522 /src/i915_hwmc.h
parentccac60bf035bb54661c13f306031def81e105a32 (diff)
fix some bugs
Diffstat (limited to 'src/i915_hwmc.h')
-rw-r--r--src/i915_hwmc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/i915_hwmc.h b/src/i915_hwmc.h
index 882dea0f..b87ba31a 100644
--- a/src/i915_hwmc.h
+++ b/src/i915_hwmc.h
@@ -61,4 +61,10 @@ typedef struct
I915XvMCAttrHolder initAttrs;
} I915XvMCCreateContextRec;
+typedef struct
+{
+ unsigned srfno;
+ struct hwmc_buffer srf;
+} I915XvMCCreateSurfaceRec;
+
#endif /* _I915_HWMC_H */