mesa/src/freedreno/common
Karmjit Mahil ce6ed3da8b freedreno/decode,ir3: Mark decoded dwords as const
Signed-off-by: Karmjit Mahil <karmjit.mahil@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40995>
2026-04-17 09:16:34 +00:00
..
disasm.h freedreno/decode,ir3: Mark decoded dwords as const 2026-04-17 09:16:34 +00:00
fd2_hw.h freedreno: Add fd{2,3,4,5}_hw.h and fd_hw_common.h 2026-04-10 13:54:59 +00:00
fd3_hw.h freedreno: Add fd{2,3,4,5}_hw.h and fd_hw_common.h 2026-04-10 13:54:59 +00:00
fd4_hw.h freedreno: Add fd{2,3,4,5}_hw.h and fd_hw_common.h 2026-04-10 13:54:59 +00:00
fd5_hw.h freedreno: Add fd{2,3,4,5}_hw.h and fd_hw_common.h 2026-04-10 13:54:59 +00:00
fd6_gmem_cache.h freedreno/common: Drop gen8 0x78000 offset 2026-03-28 21:19:58 +00:00
fd6_hw.h fd: add a8xx perfcntr countables 2026-04-15 14:09:24 +00:00
fd6_pack.h freedreno/a6xx: Add missing include to fd6_pack.h 2026-04-10 13:54:59 +00:00
fd_hw_common.h freedreno: Add fd{2,3,4,5}_hw.h and fd_hw_common.h 2026-04-10 13:54:59 +00:00
freedreno_common.h freedreno: Add gen8 chip template-fu 2025-12-08 22:12: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: Support EXT_shader_image_atomic_int64 2026-04-11 19:46:13 +00:00
freedreno_dev_info.py freedreno: Add --nvtop arg 2026-03-11 22:20:45 +00:00
freedreno_devices.py tu: Support EXT_shader_image_atomic_int64 2026-04-11 19:46:13 +00:00
freedreno_gpu_event.h freedreno: Add fd{2,3,4,5}_hw.h and fd_hw_common.h 2026-04-10 13:54:59 +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 fd{2,3,4,5}_hw.h and fd_hw_common.h 2026-04-10 13:54:59 +00:00
freedreno_pm4.h tu: Fix zero length pkt4 2026-01-14 00:06:49 +00:00
freedreno_rd_output.c fd: make RD dump output path configurable through FD_RD_DUMP_PATH 2026-03-22 11:03:04 +00:00
freedreno_rd_output.h fd: make RD dump output path configurable through FD_RD_DUMP_PATH 2026-03-22 11:03:04 +00:00
freedreno_stompable_regs.h freedreno/registers: Reintroduce FD_NO_DEPRECATED_PACK 2025-12-20 00:23:08 +00:00
freedreno_ubwc.h freedreno: Flatten fd_dev_info props 2025-11-20 13:16:10 +00:00
freedreno_uuid.c Rename SHA1 words to BLAKE3 2026-03-23 07:03:28 +00:00
freedreno_uuid.h freedreno: Convert to SPDX-License-Identifier instead of pasting whole license 2024-08-28 08:54:00 +00:00
freedreno_vrs.h freedreno: Add common VRS helpers 2025-08-21 22:48:32 +00:00
meson.build meson: Use adreno-pm4-pack.xml.h instead of custom definitions 2025-11-13 18:14:11 +00: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.