mesa/include/drm-uapi
Bas Nieuwenhuizen aba8c579a9 turnip: semaphore support.
There is only one queue for now, so for non-shared semaphores, the
implementation is basically a no-op. For shared semaphores, this
always uses syncobjs. This depends on syncobj support in the msm
kernel driver.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2769>
2020-06-26 19:34:17 +00:00
..
README include/drm-uapi: bump headers 2020-04-23 15:55:59 +00:00
amdgpu_drm.h amd: update amdgpu_drm.h 2020-05-07 20:13:41 +00:00
drm.h drm-uapi: Update headers from Linux 5.7-rc1. 2020-04-20 10:59:05 -07:00
drm_fourcc.h drm-uapi: Update headers from Linux 5.7-rc1. 2020-04-20 10:59:05 -07:00
drm_mode.h include: update drm-uapi 2019-10-08 14:23:51 +01:00
etnaviv_drm.h include: update drm-uapi 2019-10-08 14:23:51 +01:00
i915_drm.h include/drm-uapi: bump headers 2020-04-23 15:55:59 +00:00
lima_drm.h lima: sync lima_drm.h with kernel 2020-01-30 03:39:21 +00:00
msm_drm.h turnip: semaphore support. 2020-06-26 19:34:17 +00:00
panfrost_drm.h panfrost: Sync UAPI header from kernel 2019-08-19 19:33:20 -05: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: Update headers from drm-next 2019-10-23 05:41:14 +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 virgl/drm: update UAPI 2020-01-10 04:12:40 +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 1aa63ddf726ea049279989b93b69b57ce6efd75b
Merge: 774f1eeb18b0 14d0066b8477
Author: Dave Airlie <airlied@redhat.com>
Date:   Wed Apr 22 10:40:34 2020 +1000

    Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-next