linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [tip:perf/core] tools include uapi: Grab copies of drm/{drm,i915_drm}.h
@ 2017-08-10 16:31 tip-bot for Arnaldo Carvalho de Melo
  0 siblings, 0 replies; only message in thread
From: tip-bot for Arnaldo Carvalho de Melo @ 2017-08-10 16:31 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: dsahern, hpa, acme, jolsa, mingo, tglx, wangnan0, namhyung,
	linux-kernel, adrian.hunter

Commit-ID:  c1737f2b7810cf4cd353f3931d2d23e81b591f90
Gitweb:     http://git.kernel.org/tip/c1737f2b7810cf4cd353f3931d2d23e81b591f90
Author:     Arnaldo Carvalho de Melo <acme@redhat.com>
AuthorDate: Mon, 31 Jul 2017 16:45:32 -0300
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Tue, 1 Aug 2017 09:47:56 -0300

tools include uapi: Grab copies of drm/{drm,i915_drm}.h

We will use it to generate tables for beautifying ioctl's 'cmd' arg.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-bqoq114h917u6ggazn8m1w0t@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 {include => tools/include}/uapi/drm/drm.h      | 0
 {include => tools/include}/uapi/drm/i915_drm.h | 0
 tools/perf/MANIFEST                            | 2 ++
 tools/perf/check-headers.sh                    | 2 ++
 4 files changed, 4 insertions(+)

diff --git a/include/uapi/drm/drm.h b/tools/include/uapi/drm/drm.h
similarity index 100%
copy from include/uapi/drm/drm.h
copy to tools/include/uapi/drm/drm.h
diff --git a/include/uapi/drm/i915_drm.h b/tools/include/uapi/drm/i915_drm.h
similarity index 100%
copy from include/uapi/drm/i915_drm.h
copy to tools/include/uapi/drm/i915_drm.h
diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST
index 2ee433c..eb4ccd7 100644
--- a/tools/perf/MANIFEST
+++ b/tools/perf/MANIFEST
@@ -74,6 +74,8 @@ tools/include/uapi/asm-generic/fcntl.h
 tools/include/uapi/asm-generic/ioctls.h
 tools/include/uapi/asm-generic/mman-common.h
 tools/include/uapi/asm-generic/mman.h
+tools/include/uapi/drm/drm.h
+tools/include/uapi/drm/i915_drm.h
 tools/include/uapi/linux/bpf.h
 tools/include/uapi/linux/bpf_common.h
 tools/include/uapi/linux/fcntl.h
diff --git a/tools/perf/check-headers.sh b/tools/perf/check-headers.sh
index 3f0c657..0024525 100755
--- a/tools/perf/check-headers.sh
+++ b/tools/perf/check-headers.sh
@@ -1,6 +1,8 @@
 #!/bin/sh
 
 HEADERS='
+include/uapi/drm/drm.h
+include/uapi/drm/i915_drm.h
 include/uapi/linux/fcntl.h
 include/uapi/linux/perf_event.h
 include/uapi/linux/sched.h

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-10 16:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-10 16:31 [tip:perf/core] tools include uapi: Grab copies of drm/{drm,i915_drm}.h tip-bot for Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).