Searched refs:eb2 (Results 1 – 1 of 1) sorted by relevance
766 #define i915_execbuffer2_set_context_id(eb2, context) \ argument767 (eb2).rsvd1 = context & I915_EXEC_CONTEXT_ID_MASK768 #define i915_execbuffer2_get_context_id(eb2) \ argument769 ((eb2).rsvd1 & I915_EXEC_CONTEXT_ID_MASK)