diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2010-03-02 21:53:26 +0100 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-03-04 09:38:38 -0800 |
commit | d5a20c81ab76129a1e0bcefecd9c4a10b5040af4 (patch) | |
tree | becb327e638592313b652b5afa5ad2260965d7e5 /src/i915_hwmc.h | |
parent | e6eb257ad32b393fb67c506943d8ece98b9a8061 (diff) |
i915 XvMC: kill pinned surface buffer in the ddx code
Like with the per context stuff, also drop the now artificial limit
on surfaces. Again, with that gone, a lot of code can be deleted.
Reviewed-by: Carl Worth <cworth@cworth.org>
Diffstat (limited to 'src/i915_hwmc.h')
-rw-r--r-- | src/i915_hwmc.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/i915_hwmc.h b/src/i915_hwmc.h index 52c8b3d4..c036b638 100644 --- a/src/i915_hwmc.h +++ b/src/i915_hwmc.h @@ -44,9 +44,4 @@ typedef struct { int deviceID; } I915XvMCCreateContextRec; -typedef struct { - unsigned int srfno; - struct hwmc_buffer srf; -} I915XvMCCreateSurfaceRec; - #endif /* _I915_HWMC_H */ |