Name Date Size

..25-Oct-20244 KiB

amdgpu_drm.hH A D25-Oct-202434.5 KiB

drm.hH A D25-Oct-202436.1 KiB

drm_fourcc.hH A D25-Oct-202460.5 KiB

drm_mode.hH A D25-Oct-202435.3 KiB

etnaviv_drm.hH A D25-Oct-202411.7 KiB

i915_drm.hH A D25-Oct-2024122 KiB

lima_drm.hH A D25-Oct-20244.9 KiB

msm_drm.hH A D25-Oct-202415.4 KiB

panfrost_drm.hH A D25-Oct-20247.2 KiB

READMEH A D25-Oct-2024828

sync_file.hH A D25-Oct-20243.1 KiB

tegra_drm.hH A D25-Oct-202414.5 KiB

v3d_drm.hH A D25-Oct-202414.5 KiB

vc4_drm.hH A D25-Oct-202414.1 KiB

virtgpu_drm.hH A D25-Oct-20246.9 KiB

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 2a7005c8a3982ba27fab237d85c27da446484e9c (HEAD)
17Merge: 0666cba1f5b2b 47c65b3853f88
18Author: Dave Airlie <airlied@redhat.com>
19Date:   Fri Jun 11 13:34:42 2021 +1000
20
21    Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
22