tools headers UAPI: Sync drm/i915_drm.h with the kernel sources

To pick the changes in:

  b5b6f6a6 ("drm/i915/gem: Drop legacy execbuffer support (v2)")

That don't result in any change in tooling as this is just adding a
comment.

Only silences this perf build warning:

  Warning: Kernel ABI header at 'tools/include/uapi/drm/i915_drm.h' differs from latest version at 'include/uapi/drm/i915_drm.h'
  diff -u tools/include/uapi/drm/i915_drm.h include/uapi/drm/i915_drm.h

Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Jason Ekstrand <jason@jlekstrand.net>
Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent a3bc4ffe
...@@ -943,6 +943,7 @@ struct drm_i915_gem_exec_object { ...@@ -943,6 +943,7 @@ struct drm_i915_gem_exec_object {
__u64 offset; __u64 offset;
}; };
/* DRM_IOCTL_I915_GEM_EXECBUFFER was removed in Linux 5.13 */
struct drm_i915_gem_execbuffer { struct drm_i915_gem_execbuffer {
/** /**
* List of buffers to be validated with their relocations to be * List of buffers to be validated with their relocations to be
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment