mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-22 10:58:08 +02:00
Add performance counting support for a7xx in Freedreno, providing the available performance counter groups along with the lists of countables that can be counted through related counters. All the collected countable names and values are provided in enum definitions, even when the names indicate some countables being reserved. The perfcounter groups don't include those reserved values. The countable selection command stream in fdperf is enabled for a7xx, sharing the same command stream created for 5th- and 6th-gen devices. Signed-off-by: Zan Dobersek <zdobersek@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27483> |
||
|---|---|---|
| .. | ||
| fd2_perfcntr.c | ||
| fd5_perfcntr.c | ||
| fd6_perfcntr.c | ||
| fd7_perfcntr.c | ||
| fdperf.c | ||
| freedreno_dt.c | ||
| freedreno_dt.h | ||
| freedreno_perfcntr.c | ||
| freedreno_perfcntr.h | ||
| meson.build | ||