NameDateSize

..10-Nov-20254 KiB

drm.hH A D10-Nov-202530.4 KiB

drm_fourcc.hH A D10-Nov-202529.3 KiB

drm_mode.hH A D10-Nov-202524.3 KiB

i915_drm.hH A D10-Nov-202557.9 KiB

lima_drm.hH A D10-Nov-20254.7 KiB

panfrost_drm.hH A D10-Nov-20253.9 KiB

READMEH A D10-Nov-2025776

tegra_drm.hH A D10-Nov-202514.5 KiB

v3d_drm.hH A D10-Nov-20257.5 KiB

vc4_drm.hH A D10-Nov-202514.1 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 a5f2fafece141ef3509e686cea576366d55cabb6
17Merge: 71f4e45a4ed3 860433ed2a55
18Author: Dave Airlie <airlied@redhat.com>
19Date:   Wed Feb 20 12:16:30 2019 +1000
20
21    Merge https://gitlab.freedesktop.org/drm/msm into drm-next
22