summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2012-11-14 12:46:39 +0800
committerBen Widawsky <ben@bwidawsk.net>2013-04-27 11:31:22 -0700
commit011999927f76a7e9ba8f047fae4b4e084da6c2c3 (patch)
treea947d952f1046d95eeac283e64f7bb194563f4b0 /include
parentb3a3a77823ada2eb37233678b5a49efaec9b75cb (diff)
intel: Add support for VEBOX ring (v2)
v2: Fix the test for has_vebox Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Diffstat (limited to 'include')
-rw-r--r--include/drm/i915_drm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/i915_drm.h b/include/drm/i915_drm.h
index 7e9e9bd0..aa983f34 100644
--- a/include/drm/i915_drm.h
+++ b/include/drm/i915_drm.h
@@ -303,6 +303,7 @@ typedef struct drm_i915_irq_wait {
#define I915_PARAM_HAS_LLC 17
#define I915_PARAM_HAS_ALIASING_PPGTT 18
#define I915_PARAM_HAS_WAIT_TIMEOUT 19
+#define I915_PARAM_HAS_VEBOX 22
typedef struct drm_i915_getparam {
int param;
@@ -649,6 +650,7 @@ struct drm_i915_gem_execbuffer2 {
#define I915_EXEC_RENDER (1<<0)
#define I915_EXEC_BSD (2<<0)
#define I915_EXEC_BLT (3<<0)
+#define I915_EXEC_VEBOX (4<<0)
/* Used for switching the constants addressing mode on gen4+ RENDER ring.
* Gen6+ only supports relative addressing to dynamic state (default) and