mesa/src/freedreno/common
Valentine Burley c5d180a0bb tu: Streamline setting YCbCr feature bits
Use ycbcr_info instead of checking the layout or the format directly.
Swap the order of the if statement for clarity.
These should make the code significanntly easier to read.

Also document Chia-I's findings on SEPARATE_RECONSTRUCTION_FILTER_BIT.

Signed-off-by: Valentine Burley <valentine.burley@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31304>
2024-10-01 18:44:00 +00:00
..
disasm.h freedreno: Convert to SPDX-License-Identifier instead of pasting whole license 2024-08-28 08:54:00 +00:00
fd6_pack.h freedreno: Convert to SPDX-License-Identifier instead of pasting whole license 2024-08-28 08:54:00 +00:00
freedreno_common.h freedreno: Convert to SPDX-License-Identifier instead of pasting whole license 2024-08-28 08:54:00 +00:00
freedreno_dev_info.c freedreno: Convert to SPDX-License-Identifier instead of pasting whole license 2024-08-28 08:54:00 +00:00
freedreno_dev_info.h tu: Streamline setting YCbCr feature bits 2024-10-01 18:44:00 +00:00
freedreno_devices.py freedreno/devices: Document an alias for FD644 2024-09-25 15:50:55 +00:00
freedreno_gpu_event.h freedreno, tu: Use CLEAN events on a7xx 2024-06-21 10:34:05 +00:00
freedreno_guardband.h freedreno: Convert to SPDX-License-Identifier instead of pasting whole license 2024-08-28 08:54:00 +00:00
freedreno_lrz.h freedreno: Add enum for fd_lrzfc_layout::dir_track values 2024-08-08 12:25:25 +00:00
freedreno_pm4.h freedreno: use unicode © instead of DOS-like (C) copyright sign 2024-08-28 08:54:00 +00:00
freedreno_rd_output.c freedreno/drm: Add rd dumper support 2024-07-09 16:44:47 +00:00
freedreno_rd_output.h freedreno/drm: Add rd dumper support 2024-07-09 16:44:47 +00:00
freedreno_stompable_regs.h freedreno/a7xx: Register updates from kgsl 2024-04-24 11:29:01 +00:00
freedreno_ubwc.h freedreno: Extract out common UBWC helper 2024-07-28 18:25:18 +00:00
freedreno_uuid.c freedreno: Convert to SPDX-License-Identifier instead of pasting whole license 2024-08-28 08:54:00 +00:00
freedreno_uuid.h freedreno: Convert to SPDX-License-Identifier instead of pasting whole license 2024-08-28 08:54:00 +00:00
meson.build build: pass licensing information in SPDX form 2024-06-29 12:42:49 -07:00
msm_proto.h freedreno/drm/virtio: Fix typo 2024-01-03 22:28:41 +00:00
README.rst
redump.h freedreno: Convert to SPDX-License-Identifier instead of pasting whole license 2024-08-28 08:54:00 +00:00

Overview
========

Common functionality shared between freedreno drivers (that are not
registers, layout or the compiler), e.g UUID generation.