mesa/include/drm-uapi
Chris Wilson 8b7e19dbc5 drm-uapi: Update i915_drm.h for I915_CONTEXT_PARAM_RECOVERABLE
Pull i915_drm.h to include

kernel commit ba4fda620a5f7db521aa9e0262cf49854c1b1d9c
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Mon Feb 18 10:58:21 2019 +0000

    drm/i915: Optionally disable automatic recovery after a GPU reset

for improved resilience in handling GPU hangs.
2019-05-08 17:21:07 -07:00
..
drm.h drm-uapi: Update headers from drm-next 2019-02-26 13:08:51 +00:00
drm_fourcc.h drm-uapi: Update headers from drm-next 2019-02-26 13:08:51 +00:00
drm_mode.h drm-uapi: Update headers from drm-next 2019-02-26 13:08:51 +00:00
i915_drm.h drm-uapi: Update i915_drm.h for I915_CONTEXT_PARAM_RECOVERABLE 2019-05-08 17:21:07 -07:00
lima_drm.h drm-uapi: add lima_drm.h 2019-04-11 09:57:53 +08:00
panfrost_drm.h panfrost: Adapt to uapi changes 2019-03-14 15:24:27 +01:00
README drm-uapi: Update headers from drm-next 2019-02-26 13:08:51 +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-02-26 13:08:51 +00:00
vc4_drm.h drm-uapi: Update vc4 header with syncobj submit support 2018-05-17 16:04:21 +01: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 a5f2fafece141ef3509e686cea576366d55cabb6
Merge: 71f4e45a4ed3 860433ed2a55
Author: Dave Airlie <airlied@redhat.com>
Date:   Wed Feb 20 12:16:30 2019 +1000

    Merge https://gitlab.freedesktop.org/drm/msm into drm-next