mesa/include/drm-uapi
Thierry Reding ffc85cfac0 drm/fourcc: Fix fourcc_mod_code() definition
Avoid a compiler warnings when the val parameter is an expression.

This is based on commit 5843f4e02fbe86a59981e35adc6cabebee46fdc0 from
Linux v4.16-rc1.

Acked-by: Emil Velikov <emil.velikov@collabora.com>
Tested-by: Andre Heider <a.heider@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
2018-03-09 11:44:35 +01:00
..
drm.h drm-uapi: Update drm/i915 headers from drm-next 2017-12-04 18:05:20 +00:00
drm_fourcc.h drm/fourcc: Fix fourcc_mod_code() definition 2018-03-09 11:44:35 +01:00
drm_mode.h drm-uapi: Update drm/i915 headers from drm-next 2017-12-04 18:05:20 +00:00
i915_drm.h drm-uapi: Update drm/i915 headers from drm-next 2017-12-04 18:05:20 +00:00
README drm-uapi: Update drm/i915 headers from drm-next 2017-12-04 18:05:20 +00:00
vc4_drm.h drm-uapi: Update vc4 header with perfmon related definitions 2018-03-05 15:53:48 -08:00

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 ca797d29cd63e7b71b4eea29aff3b1cefd1ecb59
Merge: 2c1c55cb75a9 010d118c2061
Author: Dave Airlie <airlied@redhat.com>
Date:   Mon Dec 4 09:40:35 2017 +1000

    Merge tag 'drm-intel-next-2017-11-17-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-next