tools headers: Sync UAPI drm/drm.h with kernel sourcesTo pick up the changes in: a1b6cf8e5e7e9102 ("drm: uapi: Use SPDX in DRM core uAPI headers") dc2d30e7db8321a6 ("drm/doc: document DRM_IOCT
tools headers: Sync UAPI drm/drm.h with kernel sourcesTo pick up the changes in: a1b6cf8e5e7e9102 ("drm: uapi: Use SPDX in DRM core uAPI headers") dc2d30e7db8321a6 ("drm/doc: document DRM_IOCTL_SYNCOBJ_EVENTFD")That don't result in changes to the string tables generated from this header.This addresses this perf build warning: Warning: Kernel ABI header differences: diff -u tools/perf/trace/beauty/include/uapi/drm/drm.h include/uapi/drm/drm.hPlease see tools/include/uapi/README for further details.Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>Cc: Simon Ser <contact@emersion.fr>Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
show more ...
perf beauty: Move tools/include/uapi/drm to tools/perf/trace/beauty/include/uapiAs it is used only to parse ioctl numbers, not to build perf and so farno other tools/ living tool uses it, so to cl
perf beauty: Move tools/include/uapi/drm to tools/perf/trace/beauty/include/uapiAs it is used only to parse ioctl numbers, not to build perf and so farno other tools/ living tool uses it, so to clean up tools/include/ to beused just for building tools, to have access to things available in thekernel and not yet in the system headers, move it to the directory wherejust the tools/perf/trace/beauty/ scripts can use to generate tablesused by perf.Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>Signed-off-by: Namhyung Kim <namhyung@kernel.org>