1This directory contains a copy of the installed kernel headers 2required by several drivers to communicate with the kernel. 3Whenever one of those driver needs new definitions for new kernel 4APIs, these files should be updated. 5 6These files in master should only be updated once the changes have landed 7in the drm-next tree. 8 9You 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 16commit ea97a66a221893fb9b4d96688e759d1db2d6e683 17Author: Lucas De Marchi <lucas.demarchi@intel.com> 18AuthorDate: Thu Dec 21 14:28:04 2023 -0800 19Commit: Dave Airlie <airlied@redhat.com> 20CommitDate: Fri Dec 22 11:17:15 2023 +1000 21 22 drm/xe: Disable 32bits build 23 24