mesa/include/drm-uapi
Chris Wilson 98c2b7f9fa i965: Sync i915_drm.h from kernel for IMG_context_priority
Pulling in changes up to

    kernel commit ac14fbd460d0ec16e7750e40dcd8199b0ff83d0a
    Author: Chris Wilson <chris@chris-wilson.co.uk>
    Date:   Tue Oct 3 21:34:53 2017 +0100

	drm/i915/scheduler: Support user-defined priorities

and including the fixup from

    kernel commit 822a4b673284672af697ccd66e8795f8a712a90d
    Author: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
    Date:   Fri Oct 6 13:45:59 2017 +0300

	drm/i915: Don't use BIT() in UAPI section

for implementing IMG_context_priority.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2017-10-20 11:28:17 +01:00
..
README include/drm-uapi: clarify when headers can be updated. 2017-10-12 09:44:27 +10:00
drm.h drm-uapi: Update headers from drm-next 2017-08-28 19:33:35 -07:00
drm_fourcc.h drm-uapi/forcc: Pull in new modifiers 2017-08-14 10:43:30 -07:00
drm_mode.h drm-uapi: Update headers from drm-next 2017-08-28 19:33:35 -07:00
i915_drm.h i965: Sync i915_drm.h from kernel for IMG_context_priority 2017-10-20 11:28:17 +01:00
vc4_drm.h drm-uapi: Update headers from drm-next 2017-08-28 19:33:35 -07:00

README

This directory contains a copy of the installed kernel headers
required by the anv & i965 drivers to communicate with the kernel.
Whenever either 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 7846b12fe0b5feab5446d892f41b5140c1419109
Merge: 7ebdb0d d78acfe
Author: Dave Airlie <airlied@redhat.com>
Date:   Tue Aug 29 10:38:14 2017 +1000

    Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_linux into drm-next