blob: 5bcc46a8af56321fd0fea563b1de7c68adfbb2b4 [file] [log] [blame]
Lionel Landwerlin7dd20bc2017-06-15 12:28:32 +01001This directory contains a copy of the installed kernel headers
Eric Engestrom69e4c272019-02-12 13:17:37 +00002required by several drivers to communicate with the kernel.
3Whenever one of those driver needs new definitions for new kernel
Lionel Landwerlin7dd20bc2017-06-15 12:28:32 +01004APIs, these files should be updated.
5
Dave Airliea3ba14d2017-10-11 10:45:50 +10006These files in master should only be updated once the changes have landed
7in the drm-next tree.
8
Lionel Landwerlin7dd20bc2017-06-15 12:28:32 +01009You can copy files installed after running this from the kernel
10repository, at version the drivers require :
11
12$ make headers_install INSTALL_HDR_PATH=/path/to/install
13
14The last update was done at the following kernel commit :
15
Lionel Landwerlin5d3e74a2018-02-21 14:21:08 +000016commit 78230c46ec0a91dd4256c9e54934b3c7095a7ee3
17Merge: b65bd4031156 037f03155b7d
Lionel Landwerlin7dd20bc2017-06-15 12:28:32 +010018Author: Dave Airlie <airlied@redhat.com>
Lionel Landwerlin5d3e74a2018-02-21 14:21:08 +000019Date: Wed Mar 21 14:07:03 2018 +1000
Lionel Landwerlin7dd20bc2017-06-15 12:28:32 +010020
Lionel Landwerlin5d3e74a2018-02-21 14:21:08 +000021 Merge tag 'omapdrm-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next