diff options
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2007-11-14 00:11:20 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2007-11-14 00:11:20 +0800 |
commit | e8db8584ae4860aa991c916126335b287a972d5b (patch) | |
tree | 2edf181a20fb5525512e34a2b97d1ce045074c4b /src/i915_hwmc.h | |
parent | 11c0e0dbef42f1ae77a77d534870d3e9821fb017 (diff) |
xvmc: attempt to move batch buffer code out of i915 private
Diffstat (limited to 'src/i915_hwmc.h')
-rw-r--r-- | src/i915_hwmc.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/i915_hwmc.h b/src/i915_hwmc.h index d1106613..684ed946 100644 --- a/src/i915_hwmc.h +++ b/src/i915_hwmc.h @@ -47,15 +47,8 @@ typedef struct int real_id; } I915XvMCCommandBuffer; -struct hwmc_buffer -{ - drm_handle_t handle; - unsigned long offset; - unsigned long size; - unsigned long bus_addr; -}; -typedef struct +typedef struct { struct _intel_xvmc_common comm; unsigned int ctxno; /* XvMC private context reference number */ @@ -65,7 +58,6 @@ typedef struct struct hwmc_buffer psp; struct hwmc_buffer psc; struct hwmc_buffer corrdata;/* Correction Data Buffer */ - struct hwmc_buffer batchbuffer; unsigned int sarea_priv_offset; unsigned int depth; int deviceID; |