Searched refs:eb2 (Results 1 – 1 of 1) sorted by relevance
782 #define i915_execbuffer2_set_context_id(eb2, context) \ argument783 (eb2).rsvd1 = context & I915_EXEC_CONTEXT_ID_MASK784 #define i915_execbuffer2_get_context_id(eb2) \ argument785 ((eb2).rsvd1 & I915_EXEC_CONTEXT_ID_MASK)