mesa/include/drm-uapi
Eric Anholt 8a793d42f1 v3d: Switch the vc5 driver to using the finalized V3D UABI.
In the process of merging to the kernel, I renamed the driver to the
general product line's name (since we have both vc5 and vc6 supported
already).  Since the ABI is finalized, move the header to include/drm-uapi.
2018-05-16 21:19:07 +01:00
..
drm.h drm-uapi: Update drm/i915 headers from drm-next 2017-12-04 18:05:20 +00:00
drm_fourcc.h drm/tegra: Sanitize format modifiers 2018-03-09 11:44:35 +01:00
drm_mode.h drm-uapi: bump headers 2018-03-22 20:14:22 +00:00
i915_drm.h drm-uapi: bump headers 2018-03-22 20:14:22 +00:00
README drm-uapi: bump headers 2018-03-22 20:14:22 +00:00
tegra_drm.h drm-uapi: bump headers 2018-03-22 20:14:22 +00:00
v3d_drm.h v3d: Switch the vc5 driver to using the finalized V3D UABI. 2018-05-16 21:19:07 +01:00
vc4_drm.h drm-uapi: Update vc4 header with perfmon related definitions 2018-03-05 15:53:48 -08:00

This directory contains a copy of the installed kernel headers
required by the anv & i965 drivers to communicate with the kernel.
Whenever either of those driver needs new definitions for new kernel
APIs, these files should be updated.

These files in master should only be updated once the changes have landed
in the drm-next tree.

You can copy files installed after running this from the kernel
repository, at version the drivers require :

$ make headers_install INSTALL_HDR_PATH=/path/to/install

The last update was done at the following kernel commit :

commit 78230c46ec0a91dd4256c9e54934b3c7095a7ee3
Merge: b65bd4031156 037f03155b7d
Author: Dave Airlie <airlied@redhat.com>
Date:   Wed Mar 21 14:07:03 2018 +1000

    Merge tag 'omapdrm-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next