diff options
Diffstat (limited to 'include/drm/i915_drm.h')
-rw-r--r-- | include/drm/i915_drm.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/drm/i915_drm.h b/include/drm/i915_drm.h index b64a8d7cdf6d..e9168704cabe 100644 --- a/include/drm/i915_drm.h +++ b/include/drm/i915_drm.h | |||
@@ -616,7 +616,9 @@ struct drm_i915_gem_execbuffer2 { | |||
616 | __u32 num_cliprects; | 616 | __u32 num_cliprects; |
617 | /** This is a struct drm_clip_rect *cliprects */ | 617 | /** This is a struct drm_clip_rect *cliprects */ |
618 | __u64 cliprects_ptr; | 618 | __u64 cliprects_ptr; |
619 | __u64 flags; /* currently unused */ | 619 | #define I915_EXEC_RENDER (1<<0) |
620 | #define I915_EXEC_BSD (1<<1) | ||
621 | __u64 flags; | ||
620 | __u64 rsvd1; | 622 | __u64 rsvd1; |
621 | __u64 rsvd2; | 623 | __u64 rsvd2; |
622 | }; | 624 | }; |