mesa/include/drm-uapi
José Roberto de Souza dea6c82437 intel: Sync xe_drm.h final part
Sync xe_drm.h with commit a8ff56e160bb ("drm/xe/uapi: Remove reset uevent for now").

This is the last xe_drm.h uAPI break.

The only relevant change for ANV and Iris is that now VM bind uAPI
is asynchronous only so I had to bring back the syncobj creation, wait
and destruction.

Is still in the Xe port TODO list to make VM binds truly asynchronous.

Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26699>
2023-12-15 20:40:49 +00: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 mesa: add managarm support 2023-11-20 13:35:19 +00:00
drm_fourcc.h include/uapi: Update drm_fourcc.h from drm kernel 2023-06-16 17:32:10 +00:00
drm_mode.h drm-uapi: Update virtgpu header 2023-08-08 00:20:48 +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/i915_drm.h: Update from drm-next (2023-06-09) 2023-06-27 22:06:19 +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: bump headers (except AMD) 2023-06-12 07:59:14 +00:00
nouveau_drm.h drm-uapi: Sync nouveau_drm.h 2023-10-04 20:50:34 +00: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: Update virtgpu header 2023-08-08 00:20:48 +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: Update virtgpu header 2023-08-08 00:20:48 +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 d9aa1da9a8cfb0387eb5703c15bd1f54421460ac
Merge: 7c9aa0f7463e 28e671114fb0
Author: Dave Airlie <airlied@redhat.com>
Date:   Mon Aug 7 13:49:24 2023 +1000

    Merge tag 'drm-intel-gt-next-2023-08-04' of git://anongit.freedesktop.org/drm/drm-intel into drm-next