diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2010-03-02 21:53:25 +0100 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-03-04 09:38:38 -0800 |
commit | e6eb257ad32b393fb67c506943d8ece98b9a8061 (patch) | |
tree | 6d7eca894ddeb2767334a7c7c3dfad890f8db08e /src/xvmc | |
parent | 47ae1181f6cfd2ab64cd5c8535289fdaa2a9fd9c (diff) |
i915 XvMC: kill pinned per-context buffers in the ddx code
There's now not a reason anymore to limit the number of active contexts.
So kill this accounting, too.
With that all gone, per-context state in the ddx is nil, so rip out
all associated code.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Carl Worth <cworth@cworth.org>
Diffstat (limited to 'src/xvmc')
-rw-r--r-- | src/xvmc/i915_xvmc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xvmc/i915_xvmc.c b/src/xvmc/i915_xvmc.c index 6a156d04..3ae612a5 100644 --- a/src/xvmc/i915_xvmc.c +++ b/src/xvmc/i915_xvmc.c @@ -925,7 +925,6 @@ static Status i915_xvmc_mc_create_context(Display * display, pI915XvMC = (i915XvMCContext *) context->privData; tmpComm = (I915XvMCCreateContextRec *) priv_data; - pI915XvMC->ctxno = tmpComm->ctxno; pI915XvMC->deviceID = tmpComm->deviceID; /* Must free the private data we were passed from X */ |