From: Arnaldo Carvalho de Melo Date: Mon, 3 May 2021 14:51:17 +0000 (-0300) Subject: tools headers UAPI: Sync drm/i915_drm.h with the kernel sources X-Git-Tag: accepted/tizen/unified/20230118.172025~7238^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0fdee797d60d71e5a6fd59aa573d84a858e715dd;p=platform%2Fkernel%2Flinux-rpi.git tools headers UAPI: Sync drm/i915_drm.h with the kernel sources To pick the changes in: b5b6f6a610127b17 ("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 Cc: Jason Ekstrand Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/include/uapi/drm/i915_drm.h b/tools/include/uapi/drm/i915_drm.h index 1987e2e..ddc47bb 100644 --- a/tools/include/uapi/drm/i915_drm.h +++ b/tools/include/uapi/drm/i915_drm.h @@ -943,6 +943,7 @@ struct drm_i915_gem_exec_object { __u64 offset; }; +/* DRM_IOCTL_I915_GEM_EXECBUFFER was removed in Linux 5.13 */ struct drm_i915_gem_execbuffer { /** * List of buffers to be validated with their relocations to be