Files
third_party_mesa3d/include/drm-uapi
Christopher Snowhill 92a7cba4f2 intel: Sync xe_drm.h
My second attempt at a minimally invasive reshuffle of the uAPI,
this time only forcibly aligning structures to 32-bits or 64-bits
depending on the members which follow, so that 64-bit userspace
is identical to the current unmerged kernel module, and the 32-bit
compat userspace aligns with that, and functions rather than
crashing.

Should work just fine with the current drm-xe-next Git tree, which
is rebased on 6.3.0-1, with a few extra changes, as of this commit.

Based on commit 2cd469458fcc24c5f345ad39721a1aedaf70ec0f ("drm/xe: Add explicit padding to uAPI definition")

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22652>
2023-05-27 03:56:18 +00:00
..
2023-04-27 12:06:08 +00:00
2022-11-03 20:24:41 +00:00
2022-11-03 20:24:41 +00:00
2022-10-27 10:53:18 +00:00
2021-06-24 16:14:38 +00:00
2020-01-30 03:39:21 +00:00
2022-11-03 20:24:41 +00:00
2022-10-27 10:53:18 +00:00
2022-10-27 10:53:18 +00:00
2023-05-27 03:56: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