projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
529b3ca
)
tooling/headers: Sync the tools/include/uapi/drm/i915_drm.h UAPI header
author
Ingo Molnar
<
[email protected]
>
Sat, 11 Nov 2017 08:06:57 +0000
(09:06 +0100)
committer
Ingo Molnar
<
[email protected]
>
Sat, 11 Nov 2017 08:08:43 +0000
(09:08 +0100)
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 <
[email protected]
>
Cc: Jiri Olsa <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc:
[email protected]
Signed-off-by: Ingo Molnar <
[email protected]
>
tools/include/uapi/drm/i915_drm.h
patch
|
blob
|
history
diff --git
a/tools/include/uapi/drm/i915_drm.h
b/tools/include/uapi/drm/i915_drm.h
index 6598fb76d2c27741d2c916f914b70c5f472911f9..9816590d3ad24b0d7037eb65f9b84c3c571c9b53 100644
(file)
--- 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 {
#define I915_EXEC_FENCE_WAIT (1<<0)
#define I915_EXEC_FENCE_SIGNAL (1<<1)
+#define __I915_EXEC_FENCE_UNKNOWN_FLAGS (-(I915_EXEC_FENCE_SIGNAL << 1))
__u32 flags;
};