[Intel-gfx] [PATCH 2/6] lib: remove hw context #defines
Daniel Vetter
daniel.vetter at ffwll.ch
Thu Mar 13 19:02:47 CET 2014
The libdrm we require nowadays has them already.
Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch>
---
lib/intel_batchbuffer.h | 7 -------
1 file changed, 7 deletions(-)
diff --git a/lib/intel_batchbuffer.h b/lib/intel_batchbuffer.h
index 441f567e5b31..7dbb57562e9b 100644
--- a/lib/intel_batchbuffer.h
+++ b/lib/intel_batchbuffer.h
@@ -142,11 +142,4 @@ void intel_copy_bo(struct intel_batchbuffer *batch,
drm_intel_bo *dst_bo, drm_intel_bo *src_bo,
int width, int height);
-#define I915_EXEC_CONTEXT_ID_MASK (0xffffffff)
-#define i915_execbuffer2_set_context_id(eb2, context) \
- (eb2).rsvd1 = context & I915_EXEC_CONTEXT_ID_MASK
-#define i915_execbuffer2_get_context_id(eb2) \
- ((eb2).rsvd1 & I915_EXEC_CONTEXT_ID_MASK)
-
-
#endif
--
1.8.5.2
More information about the Intel-gfx
mailing list