summaryrefslogtreecommitdiff
path: root/include/drm/i915_drm.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-08-04 08:41:23 +1000
committerDave Airlie <airlied@redhat.com>2010-08-04 08:41:49 +1000
commit431f7f00db844534dbcf9a63da0d2832a3d91bff (patch)
tree4cab5f11cca9b5baf458e5b5fac206a5d49f31ef /include/drm/i915_drm.h
parentb803918f3f77c62edf22e78cb2095be399753423 (diff)
Copy headers from kernel drm-core-next
Diffstat (limited to 'include/drm/i915_drm.h')
-rw-r--r--include/drm/i915_drm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drm/i915_drm.h b/include/drm/i915_drm.h
index c040afac..75944134 100644
--- a/include/drm/i915_drm.h
+++ b/include/drm/i915_drm.h
@@ -617,8 +617,8 @@ struct drm_i915_gem_execbuffer2 {
__u32 num_cliprects;
/** This is a struct drm_clip_rect *cliprects */
__u64 cliprects_ptr;
-#define I915_EXEC_RENDER (1 << 0)
-#define I915_EXEC_BSD (1 << 1)
+#define I915_EXEC_RENDER (1<<0)
+#define I915_EXEC_BSD (1<<1)
__u64 flags;
__u64 rsvd1;
__u64 rsvd2;