Files
third_party_mesa3d/include/drm-uapi
Marek Olšák df6380ddc9 amd: implement conformant TRUNC_COORD behavior for gfx11
For testing, the conformant behavior can be enabled by setting
conformant_trunc_coord to true manually and running this to enable
the conformant behavior in hw:
    umr -w *.*.regTA_CNTL2 0x40000

The layer index rounding and TRUNC_COORD resetting workarounds can disabled
in the shader compiler.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>
2023-02-24 21:27:24 +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

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