diff options
author | Dave Airlie <airlied@linux.ie> | 2007-11-22 09:17:34 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-11-22 09:18:28 +1000 |
commit | 6ff4a70a2be606c02f2b27f92ebdb9a8ec11cbe0 (patch) | |
tree | 01a5d381ce7c006429e74f77cdf5b9d98f803199 | |
parent | 09e51db77b049765117d3cfa8b59fab0b73e6c93 (diff) |
i915: add context handle to superioctl struct
This will be used later for lockless operation.
-rw-r--r-- | shared-core/i915_drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/i915_drm.h b/shared-core/i915_drm.h index 56977ff3..11dd6c62 100644 --- a/shared-core/i915_drm.h +++ b/shared-core/i915_drm.h @@ -359,6 +359,7 @@ struct drm_i915_execbuffer { uint64_t ops_list; uint32_t num_buffers; struct _drm_i915_batchbuffer batch; + drm_context_t context; /* for lockless use in the future */ struct drm_fence_arg fence_arg; }; |