summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2017-11-10 12:29:40 -0800
committerEric Anholt <eric@anholt.net>2017-11-21 09:52:19 -0800
commit1c0582866fb459c829538e4a7a7fcf177fc56aa7 (patch)
tree879e68cb2d9745164e612a2d6c41887a55423042 /README
parentf8f6db9ced0061229018fa658cf1c80c56464686 (diff)
headers: Import drm-next uapi headers.
These will be used for tests that want to use a local copy of the headers instead of depending on libdrm releases. Taken from drm-next d65d31388a23 ("Merge tag 'drm-misc-next-fixes-2017-11-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-next") See README for rules on updating these headers. Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Acked-by: Petri Latvala <petri.latvala@intel.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 2c2cd363..e0f829de 100644
--- a/README
+++ b/README
@@ -126,6 +126,14 @@ docs/
intel-gpu-tools-sections.txt. Entirely new sections will also need to be
added to intel-gpu-tools-docs.xml in the appropriate place.
+include/drm-uapi
+ Imported DRM uapi headers from airlied's drm-next branch.
+ These should be updated all together by executing "make
+ headers_install" from that branch of the kernel and then
+ copying the resulting ./usr/include/drm/*.h in and committing
+ with a note of which commit on airlied's branch was used to
+ generate them.
+
Requirements
------------