aboutsummaryrefslogtreecommitdiff
path: root/shared-core
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-11-22 09:17:34 +1000
committerDave Airlie <airlied@linux.ie>2007-11-22 09:18:28 +1000
commit6ff4a70a2be606c02f2b27f92ebdb9a8ec11cbe0 (patch)
tree01a5d381ce7c006429e74f77cdf5b9d98f803199 /shared-core
parent09e51db77b049765117d3cfa8b59fab0b73e6c93 (diff)
i915: add context handle to superioctl struct
This will be used later for lockless operation.
Diffstat (limited to 'shared-core')
-rw-r--r--shared-core/i915_drm.h1
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;
};