mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 02:30:12 +01:00
i915: add context handle to superioctl struct
This will be used later for lockless operation.
This commit is contained in:
parent
09e51db77b
commit
6ff4a70a2b
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue