diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-11-11 03:06:57 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-11-11 03:08:43 -0500 |
commit | 505ee76761062a1872b024140e886b7136a6c1d5 (patch) | |
tree | 27153038bc7d58e00683549609303668bbe3d76c | |
parent | 529b3ca8323e282485b7c880e4cd26eaba15934f (diff) |
tooling/headers: Sync the tools/include/uapi/drm/i915_drm.h UAPI header
Last minute upstream update to one of the UAPI headers - sync it with tooling,
to address this warning:
Warning: Kernel ABI header at 'tools/include/uapi/drm/i915_drm.h' differs from latest version at 'include/uapi/drm/i915_drm.h'
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r-- | tools/include/uapi/drm/i915_drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/include/uapi/drm/i915_drm.h b/tools/include/uapi/drm/i915_drm.h index 6598fb76d2c2..9816590d3ad2 100644 --- a/tools/include/uapi/drm/i915_drm.h +++ b/tools/include/uapi/drm/i915_drm.h | |||
@@ -829,6 +829,7 @@ struct drm_i915_gem_exec_fence { | |||
829 | 829 | ||
830 | #define I915_EXEC_FENCE_WAIT (1<<0) | 830 | #define I915_EXEC_FENCE_WAIT (1<<0) |
831 | #define I915_EXEC_FENCE_SIGNAL (1<<1) | 831 | #define I915_EXEC_FENCE_SIGNAL (1<<1) |
832 | #define __I915_EXEC_FENCE_UNKNOWN_FLAGS (-(I915_EXEC_FENCE_SIGNAL << 1)) | ||
832 | __u32 flags; | 833 | __u32 flags; |
833 | }; | 834 | }; |
834 | 835 | ||