mesa/include/drm-uapi
Jan Beich bce3acb135 drm-uapi/dma-buf.h: unbreak on non-Linux via local typedefs
In file included from src/vulkan/wsi/wsi_common_drm.c:34:
include/drm-uapi/dma-buf.h:23:10: fatal error: 'linux/types.h' file not found
 #include <linux/types.h>
          ^~~~~~~~~~~~~~~

Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Acked-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16987>
2023-01-11 22:33:40 +00:00
..
amdgpu_drm.h drm-uapi: bump headers 2022-10-27 10:53:18 +00:00
dma-buf.h drm-uapi/dma-buf.h: unbreak on non-Linux via local typedefs 2023-01-11 22:33:40 +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 include/drm-uapi: bump headers 2021-06-24 16:14:38 +00:00
i915_drm.h drm-uapi: import i915_drm.h changes for the new OA report type 2022-11-17 12:57:06 +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 panfrost: Fix build with Perfetto (again) 2022-11-09 14:35:31 +00:00
README drm-uapi: bump headers 2022-11-03 20:24:41 +00:00
sync_file.h Try to fix FTBFS on kfreebsd architecture 2022-09-22 10:30:36 +02:00
tegra_drm.h drm-uapi: bump headers 2022-10-27 10:53:18 +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 drm-uapi: bump headers 2022-10-27 10:53:18 +00:00

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