Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | D | 03-May-2024 | 827 | 22 | 15 | |
drm.h | D | 03-May-2024 | 29.9 KiB | 989 | 592 | |
drm_fourcc.h | D | 03-May-2024 | 17.6 KiB | 411 | 121 | |
drm_mode.h | D | 03-May-2024 | 22.4 KiB | 856 | 457 | |
i915_drm.h | D | 03-May-2024 | 51.1 KiB | 1,581 | 721 | |
vc4_drm.h | D | 03-May-2024 | 11.2 KiB | 360 | 164 |
README
1This directory contains a copy of the installed kernel headers 2required by the anv & i965 drivers to communicate with the kernel. 3Whenever either 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 ca797d29cd63e7b71b4eea29aff3b1cefd1ecb59 17Merge: 2c1c55cb75a9 010d118c2061 18Author: Dave Airlie <airlied@redhat.com> 19Date: Mon Dec 4 09:40:35 2017 +1000 20 21 Merge tag 'drm-intel-next-2017-11-17-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-next 22