mesa/include/drm-uapi
Nanley Chery 7a69942d29 drm-uapi: Update drm_fourcc.h for new TGL modifier
Pull in the header from drm-next commit
32c3d9b0f51ee1e6bb0160496b97e50b5caca4d0. Among other things, this
brings in the I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS_CC modifier.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9230>
2021-04-13 02:53:11 +00:00
..
README include/drm-uapi: bump headers 2020-09-01 16:40:11 +00:00
amdgpu_drm.h include/drm-uapi: bump AMDGPU headers 2021-04-12 17:33:32 +00:00
drm.h drm-uapi: Update headers from Linux 5.7-rc1. 2020-04-20 10:59:05 -07:00
drm_fourcc.h drm-uapi: Update drm_fourcc.h for new TGL modifier 2021-04-13 02:53:11 +00:00
drm_mode.h include/drm-uapi: bump headers 2020-09-01 16:40:11 +00:00
etnaviv_drm.h include: update drm-uapi 2019-10-08 14:23:51 +01:00
i915_drm.h include/drm-uapi: bump headers 2020-09-01 16:40:11 +00:00
lima_drm.h lima: sync lima_drm.h with kernel 2020-01-30 03:39:21 +00:00
msm_drm.h include/drm-uapi: bump headers 2020-09-01 16:40:11 +00:00
panfrost_drm.h panfrost: Sync UAPI header from kernel 2019-08-19 19:33:20 -05:00
sync_file.h drm-uapi: Add sync_file.h 2020-06-16 16:02:33 +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-10-23 05:41:14 +00:00
vc4_drm.h
virtgpu_drm.h drm-uapi: virtgpu_drm.h: resource create blob + host visible memory region 2020-10-01 16:16:07 -07:00

README

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 3393649977f9a8847c659e282ea290d4b703295c
Merge: cbc2e82932ae ced026e959be
Author: Dave Airlie <airlied@redhat.com>
Date:   Fri Aug 28 13:51:30 2020 +1000

    Merge tag 'drm-intel-next-2020-08-24-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-next