mesa/src/freedreno/common
Rob Clark b43e5aec0d freedreno/batch: Move submit bo tracking to batch
We already do _most_ of the tracking of rsc associated with a batch at
the batch level.  If we manually add the handful of BOs that aren't part
of the resource tracking, we can drop the duplicate drm level tracking.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23149>
2023-05-24 00:30:49 +00:00
..
disasm.h freedreno/common: Re-indent 2021-04-17 15:38:56 +00:00
fd6_pack.h freedreno/batch: Move submit bo tracking to batch 2023-05-24 00:30:49 +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: Early exit in device matching if id doesn't have chip_id 2023-04-27 21:06:46 +00:00
freedreno_dev_info.h freedreno/a6xx: Document per-view viewport in GRAS_SU_CNTL 2023-05-08 19:59:25 +00:00
freedreno_devices.py freedreno/a6xx: Document per-view viewport in GRAS_SU_CNTL 2023-05-08 19:59:25 +00:00
freedreno_guardband.h freedreno/common: Re-indent 2021-04-17 15:38:56 +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 turnip: Add debug option to find usage of stale reg values 2023-02-16 17:43:10 +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 fd6_pack.h to common code accessible by computerator 2023-03-30 23:40:48 +00:00
README.rst

Overview
========

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