Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | D | 03-May-2024 | 818 | 22 | 15 | |
amdgpu_drm.h | D | 03-May-2024 | 32 KiB | 1,092 | 638 | |
drm.h | D | 03-May-2024 | 31.5 KiB | 1,046 | 626 | |
drm_fourcc.h | D | 03-May-2024 | 44.5 KiB | 1,064 | 241 | |
drm_mode.h | D | 03-May-2024 | 28.4 KiB | 1,038 | 519 | |
etnaviv_drm.h | D | 03-May-2024 | 11.5 KiB | 298 | 186 | |
i915_drm.h | D | 03-May-2024 | 77 KiB | 2,383 | 944 | |
lima_drm.h | D | 03-May-2024 | 4.9 KiB | 177 | 112 | |
msm_drm.h | D | 03-May-2024 | 13.9 KiB | 358 | 193 | |
panfrost_drm.h | D | 03-May-2024 | 7.2 KiB | 231 | 123 | |
sync_file.h | D | 03-May-2024 | 3.1 KiB | 117 | 43 | |
tegra_drm.h | D | 03-May-2024 | 14.5 KiB | 682 | 151 | |
v3d_drm.h | D | 03-May-2024 | 8.5 KiB | 268 | 100 | |
vc4_drm.h | D | 03-May-2024 | 14.1 KiB | 443 | 221 | |
virtgpu_drm.h | D | 03-May-2024 | 6 KiB | 220 | 152 |
README
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 3393649977f9a8847c659e282ea290d4b703295c 17Merge: cbc2e82932ae ced026e959be 18Author: Dave Airlie <airlied@redhat.com> 19Date: Fri Aug 28 13:51:30 2020 +1000 20 21 Merge tag 'drm-intel-next-2020-08-24-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-next 22