mesa/include/drm-uapi
Bas Nieuwenhuizen f7b122728d drm/uapi: Fix modifier field mask for AMD modifiers.
The DCC_MAX_COMPRESSED_BLOCK has to contain one of
AMD_FMT_MOD_DCC_BLOCK_* and with 3 values this doesn't
fit in 1 bit.

Fix this cleanly while it is only in drm-next.

Fixes: 2cc2b45688 "drm-uapi: Add AMD modifiers."
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7607>
2020-11-14 12:38:51 +00:00
..
README include/drm-uapi: bump headers 2020-09-01 16:40:11 +00:00
amdgpu_drm.h amd: add AMDGPU_IDS_FLAGS_TMZ definition to amdgpu_drm.h 2020-09-24 14:51:16 +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: Fix modifier field mask for AMD modifiers. 2020-11-14 12:38:51 +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 drm-uapi: Update vc4 header with syncobj submit support 2018-05-17 16:04:21 +01:00
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