Lionel Landwerlin | 7dd20bc | 2017-06-15 12:28:32 +0100 | [diff] [blame] | 1 | This directory contains a copy of the installed kernel headers |
Eric Engestrom | 69e4c27 | 2019-02-12 13:17:37 +0000 | [diff] [blame] | 2 | required by several drivers to communicate with the kernel. |
| 3 | Whenever one of those driver needs new definitions for new kernel |
Lionel Landwerlin | 7dd20bc | 2017-06-15 12:28:32 +0100 | [diff] [blame] | 4 | APIs, these files should be updated. |
| 5 | |
Dave Airlie | a3ba14d | 2017-10-11 10:45:50 +1000 | [diff] [blame] | 6 | These files in master should only be updated once the changes have landed |
| 7 | in the drm-next tree. |
| 8 | |
Lionel Landwerlin | 7dd20bc | 2017-06-15 12:28:32 +0100 | [diff] [blame] | 9 | You can copy files installed after running this from the kernel |
| 10 | repository, at version the drivers require : |
| 11 | |
| 12 | $ make headers_install INSTALL_HDR_PATH=/path/to/install |
| 13 | |
| 14 | The last update was done at the following kernel commit : |
| 15 | |
Lionel Landwerlin | ea8cb79 | 2020-03-02 14:04:36 +0200 | [diff] [blame^] | 16 | commit 1aa63ddf726ea049279989b93b69b57ce6efd75b |
| 17 | Merge: 774f1eeb18b0 14d0066b8477 |
| 18 | Author: Dave Airlie <airlied@redhat.com> |
| 19 | Date: Wed Apr 22 10:40:34 2020 +1000 |
Lionel Landwerlin | 7dd20bc | 2017-06-15 12:28:32 +0100 | [diff] [blame] | 20 | |
Lionel Landwerlin | ea8cb79 | 2020-03-02 14:04:36 +0200 | [diff] [blame^] | 21 | Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-next |