xenocara/lib/mesa/include/drm-uapi
jsg 41a55d0330 Merge Mesa 20.0.8
With Mesa 20.1 even after the kernel change to do wbinvd on all cpus
sthen@ reported that hard hangs still occurred on his Haswell system
with inteldrm.

Mark Kane also reported seeing hangs on Ivy Bridge on bugs@.

Some systems/workloads seem to be more prone to triggering this than
others as I have not seen any hangs on Ivy Bridge and the only hangs
I saw on Haswell when running piglit went away with the wbinvd change.

It seems something is wrong with drm memory attributes or coherency in
the kernel and newer Mesa versions expect behaviour we don't have.
2020-09-22 02:08:55 +00:00
..
drm_fourcc.h Merge Mesa 20.0.8 2020-09-22 02:08:55 +00:00
drm_mode.h Merge Mesa 20.1.6 2020-08-26 06:02:31 +00:00
drm.h Merge Mesa 20.0.8 2020-09-22 02:08:55 +00:00
etnaviv_drm.h Import Mesa 20.1.6 2020-08-26 05:26:37 +00:00
i915_drm.h Merge Mesa 20.0.8 2020-09-22 02:08:55 +00:00
lima_drm.h Import Mesa 20.1.6 2020-08-26 05:26:37 +00:00
msm_drm.h Import Mesa 19.2.8 2020-01-22 02:07:15 +00:00
panfrost_drm.h Import Mesa 19.2.8 2020-01-22 02:07:15 +00:00
README Import Mesa 20.0.8 2020-09-22 01:28:34 +00:00
tegra_drm.h Import Mesa 19.2.8 2020-01-22 02:07:15 +00:00
v3d_drm.h Import Mesa 20.1.6 2020-08-26 05:26:37 +00:00
vc4_drm.h Merge Mesa 18.3.2 2019-01-29 11:52:04 +00:00
virtgpu_drm.h Import Mesa 20.1.6 2020-08-26 05:26:37 +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 f1b4a9217efd61d0b84c6dc404596c8519ff6f59
Merge: 400e91347e1d f3a36d469621
Author: Dave Airlie <airlied@redhat.com>
Date:   Tue Oct 22 15:04:00 2019 +1000

    Merge tag 'du-next-20191016' of git://linuxtv.org/pinchartl/media into drm-next