i915: add context handle to superioctl struct

This will be used later for lockless operation.
main
Dave Airlie 2007-11-22 09:17:34 +10:00
parent 09e51db77b
commit 6ff4a70a2b
1 changed files with 1 additions and 0 deletions

View File

@ -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;
};