mesa/include/drm-uapi
Marek Olšák 6504d7172c ac/gpu_info: use hw_ip::ip_discovery_version to set IP versions
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17411>
2022-07-27 05:01:38 +00:00
..
README include/drm-uapi: bump headers 2021-06-24 16:14:38 +00:00
amdgpu_drm.h ac/gpu_info: use hw_ip::ip_discovery_version to set IP versions 2022-07-27 05:01:38 +00:00
drm.h include/drm-uapi: Bump headers 2021-08-12 19:29:59 +00:00
drm_fourcc.h ac/surface: define gfx11 modifiers 2022-05-10 04:29:54 +00:00
drm_mode.h include/drm-uapi: Bump headers 2021-08-12 19:29:59 +00:00
etnaviv_drm.h include/drm-uapi: bump headers 2021-06-24 16:14:38 +00:00
i915_drm.h drm-uapi/i915_drm.h: Update from drm-next (2022-07-22) 2022-07-26 20:34:02 +00:00
lima_drm.h lima: sync lima_drm.h with kernel 2020-01-30 03:39:21 +00:00
msm_drm.h freedreno/drm/virtio: Use userspace IOVA allocation 2022-04-27 23:10:00 +00:00
panfrost_drm.h include/drm-uapi: bump headers 2021-06-24 16:14:38 +00:00
sync_file.h drm-uapi: Add sync_file.h 2020-06-16 16:02:33 +00:00
tegra_drm.h drm-uapi: Update headers from drm-next 2019-02-26 13:08:51 +00:00
v3d_drm.h drm-uapi/v3d: extend interface for multiple semaphores support 2022-01-21 10:59:17 +00:00
vc4_drm.h drm-uapi: Update vc4 header with syncobj submit support 2018-05-17 16:04:21 +01:00
virtgpu_drm.h freedreno/drm/virtio: Support ring_idx 2022-04-27 23:10:00 +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 2a7005c8a3982ba27fab237d85c27da446484e9c (HEAD)
Merge: 0666cba1f5b2b 47c65b3853f88
Author: Dave Airlie <airlied@redhat.com>
Date:   Fri Jun 11 13:34:42 2021 +1000

    Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm/drm-intel into drm-next