mesa/include/drm-uapi
Lucas Stach 48b6ec82b4 drm-uapi: bump headers
From drm-next at the following commit:

    commit 7f7a942c0a338c4a2a7b359bdb2b68e9896122ec
    Merge: 0a20a3ea4259 ddcb8fa6514f
    Author: Dave Airlie <airlied@redhat.com>
    Date:   Thu Oct 27 14:44:02 2022 +1000

        Merge tag 'drm-next-20221025' of git://linuxtv.org/pinchartl/media into drm-next

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9780>
2022-11-03 20:24:41 +00:00
..
README drm-uapi: bump headers 2022-11-03 20:24:41 +00:00
amdgpu_drm.h drm-uapi: bump headers 2022-10-27 10:53:18 +00:00
drm.h drm-uapi: bump headers 2022-10-27 10:53:18 +00:00
drm_fourcc.h drm-uapi: bump headers 2022-11-03 20:24:41 +00:00
drm_mode.h drm-uapi: bump headers 2022-11-03 20:24:41 +00:00
etnaviv_drm.h
i915_drm.h drm-uapi: bump headers 2022-10-27 10:53:18 +00:00
lima_drm.h
msm_drm.h
panfrost_drm.h drm-uapi: bump headers 2022-10-27 10:53:18 +00:00
sync_file.h
tegra_drm.h drm-uapi: bump headers 2022-10-27 10:53:18 +00:00
v3d_drm.h
vc4_drm.h
virtgpu_drm.h drm-uapi: bump headers 2022-10-27 10:53:18 +00:00

README

This directory contains a copy of the installed kernel headers
required by several drivers to communicate with the kernel.
Whenever one 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 7f7a942c0a338c4a2a7b359bdb2b68e9896122ec
Merge: 0a20a3ea4259 ddcb8fa6514f
Author: Dave Airlie <airlied@redhat.com>
Date:   Thu Oct 27 14:44:02 2022 +1000

    Merge tag 'drm-next-20221025' of git://linuxtv.org/pinchartl/media into drm-next