[Intel-gfx] [RFC libdrm PATCH] intel: Add support for resource streamer
Abdiel Janulgue
abdiel.janulgue at linux.intel.com
Mon Jul 8 15:47:38 CEST 2013
Expose defines for resource streamer controls.
Based on the work of: Lukasz Anaczkowski <lukasz.anaczkowski at intel.com>
Signed-off-by: Abdiel Janulgue <abdiel.janulgue at linux.intel.com>
---
include/drm/i915_drm.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/drm/i915_drm.h b/include/drm/i915_drm.h
index aa983f3..8ddda40 100644
--- a/include/drm/i915_drm.h
+++ b/include/drm/i915_drm.h
@@ -651,6 +651,7 @@ struct drm_i915_gem_execbuffer2 {
#define I915_EXEC_BSD (2<<0)
#define I915_EXEC_BLT (3<<0)
#define I915_EXEC_VEBOX (4<<0)
+#define I915_EXEC_RS (8<<0)
/* Used for switching the constants addressing mode on gen4+ RENDER ring.
* Gen6+ only supports relative addressing to dynamic state (default) and
--
1.7.9.5
More information about the Intel-gfx
mailing list