2017-06-15 12:28:32 +01:00
|
|
|
This directory contains a copy of the installed kernel headers
|
2019-02-12 13:17:37 +00:00
|
|
|
required by several drivers to communicate with the kernel.
|
|
|
|
|
Whenever one of those driver needs new definitions for new kernel
|
2017-06-15 12:28:32 +01:00
|
|
|
APIs, these files should be updated.
|
|
|
|
|
|
2017-10-11 10:45:50 +10:00
|
|
|
These files in master should only be updated once the changes have landed
|
|
|
|
|
in the drm-next tree.
|
|
|
|
|
|
2017-06-15 12:28:32 +01:00
|
|
|
You can copy files installed after running this from the kernel
|
|
|
|
|
repository, at version the drivers require :
|
|
|
|
|
|
|
|
|
|
$ make headers_install INSTALL_HDR_PATH=/path/to/install
|
|
|
|
|
|
|
|
|
|
The last update was done at the following kernel commit :
|
|
|
|
|
|
2019-10-05 08:30:44 +01:00
|
|
|
commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c
|
|
|
|
|
Author: Linus Torvalds <torvalds@linux-foundation.org>
|
|
|
|
|
Date: Mon Sep 30 10:35:40 2019 -0700
|
2017-06-15 12:28:32 +01:00
|
|
|
|
2019-10-05 08:30:44 +01:00
|
|
|
Linux 5.4-rc1
|