Searched refs:eb2 (Results 1 – 1 of 1) sorted by relevance
1562 #define i915_execbuffer2_set_context_id(eb2, context) \ argument1563 (eb2).rsvd1 = context & I915_EXEC_CONTEXT_ID_MASK1564 #define i915_execbuffer2_get_context_id(eb2) \ argument1565 ((eb2).rsvd1 & I915_EXEC_CONTEXT_ID_MASK)