mesa/src/freedreno/common
Danylo Piliaiev eb75be66e9 freedreno,tu: Add env vars to modify fd_dev_info
We now have a lot of feature toggles in fd_dev_info. Generate
env var options for all of them to quickly test whether feature
misbehaves or test its impact on the performance.

FD_DEV_FEATURES=%feature_name%=%value%:%feature_name%=%value%:...
e.g.
FD_DEV_FEATURES=has_fs_tex_prefetch=0:max_sets=4

Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25939>
2023-11-21 01:33:01 +00:00
..
disasm.h freedreno/common: Re-indent 2021-04-17 15:38:56 +00:00
fd6_pack.h freedreno: Add attach-bo debugging 2023-10-03 15:18:03 +00:00
freedreno_common.h freedreno: Fix or/and'ing two BitmaskEnums 2023-04-01 13:53:31 +00:00
freedreno_dev_info.c freedreno,tu: Add env vars to modify fd_dev_info 2023-11-21 01:33:01 +00:00
freedreno_dev_info.h freedreno,tu: Add env vars to modify fd_dev_info 2023-11-21 01:33:01 +00:00
freedreno_devices.py freedreno,tu: Add env vars to modify fd_dev_info 2023-11-21 01:33:01 +00:00
freedreno_gpu_event.h tu: Basic a7xx support 2023-09-05 16:19:30 +00:00
freedreno_guardband.h freedreno/a6xx: Fix antichamber trace replay assert 2023-11-08 22:27:00 +00:00
freedreno_pm4.h freedreno/pm4: Use unsigned instead of uint to fix musl build 2022-11-12 00:01:31 +00:00
freedreno_stompable_regs.h tu/a6xx: Exclude REG_A6XX_TPL1_UNKNOWN_B602 from reg stomping 2023-10-30 09:39:21 +00:00
freedreno_uuid.c freedreno/all: Introduce fd_dev_id 2021-08-06 18:51:50 +00:00
freedreno_uuid.h freedreno/common: C++-proof freedreno_uuid.h 2023-03-24 15:49:25 +00:00
meson.build freedreno: move redump.h to common code + cleanup 2023-10-02 23:31:34 +00:00
msm_proto.h virtio/drm: Split out common virtgpu drm structs 2023-11-04 03:00:04 +00:00
README.rst
redump.h freedreno: move redump.h to common code + cleanup 2023-10-02 23:31:34 +00:00

Overview
========

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