mesa/include/drm-uapi
Faith Ekstrand 20595e465b drm-uapi: Sync nouveau_drm.h
Taken from drm-misc-next-fixes:

    commit 959314c438caf1b62d787f02d54a193efda38880
    Author: Mohamed Ahmed <mohamedahmedegypt2001@gmail.com>
    Date:   Thu May 9 23:43:52 2024 +0300

        drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24795>
(cherry picked from commit 03c4a46fe5)
2024-05-20 11:00:53 +02:00
..
amdgpu_drm.h amd: update amdgpu_drm.h 2023-10-25 15:29:22 +00:00
dma-buf.h mesa: add managarm support 2023-11-20 13:35:19 +00:00
drm.h drm-uapi: Sync drm-uapi 2023-12-22 04:01:12 +00:00
drm_fourcc.h drm-uapi: Sync drm-uapi 2023-12-22 04:01:12 +00:00
drm_mode.h drm-uapi: Sync drm-uapi 2023-12-22 04:01:12 +00:00
etnaviv_drm.h include/drm-uapi: bump headers 2021-06-24 16:14:38 +00:00
gpu_scheduler.h anv: Partialy import drm-uapi/gpu_scheduler.h and use it 2023-03-24 21:28:47 +00:00
i915_drm.h drm-uapi: Sync drm-uapi 2023-12-22 04:01:12 +00:00
lima_drm.h lima: sync lima_drm.h with kernel 2020-01-30 03:39:21 +00:00
msm_drm.h drm-uapi: Sync drm-uapi 2023-12-22 04:01:12 +00:00
nouveau_drm.h drm-uapi: Sync nouveau_drm.h 2024-05-20 11:00:53 +02:00
panfrost_drm.h panfrost: Fix build with Perfetto (again) 2022-11-09 14:35:31 +00:00
pvr_drm.h include/drm-uapi: add pvr_drm.h 2023-12-01 10:41:24 +00:00
README drm-uapi: Sync drm-uapi 2023-12-22 04:01:12 +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: extend interface for copy performance query CPU job 2023-12-14 16:43:13 +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: Sync drm-uapi 2023-12-22 04:01:12 +00:00
xe_drm.h intel: Sync xe_drm.h final part 2023-12-15 20:40:49 +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 ea97a66a221893fb9b4d96688e759d1db2d6e683
Author:     Lucas De Marchi <lucas.demarchi@intel.com>
AuthorDate: Thu Dec 21 14:28:04 2023 -0800
Commit:     Dave Airlie <airlied@redhat.com>
CommitDate: Fri Dec 22 11:17:15 2023 +1000

    drm/xe: Disable 32bits build