drm-uapi: Update headers from Linux 5.7-rc1.
[mesa.git] / include / drm-uapi / README
1 This directory contains a copy of the installed kernel headers
2 required by several drivers to communicate with the kernel.
3 Whenever one of those driver needs new definitions for new kernel
4 APIs, these files should be updated.
5
6 These files in master should only be updated once the changes have landed
7 in the drm-next tree.
8
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
16 commit 8f3d9f354286745c751374f5f1fcafee6b3f3136
17 Author: Linus Torvalds <torvalds@linux-foundation.org>
18 Date: Sun Apr 12 12:35:55 2020 -0700
19
20 Linux 5.7-rc1