panfrost: Add a new interrupt unit

Starting from the Mali Gx10 series, some hardware counters may indicate
the number of interrupts occurring during the sampling period.

Signed-off-by: Lukas Zapolskas <lukas.zapolskas@arm.com>
This commit is contained in:
Lukas Zapolskas 2025-03-19 14:52:36 +00:00 committed by Christoph Pillmayer
parent ab67e972dd
commit d102217665

View file

@ -33,6 +33,7 @@ enum pan_perf_counter_units {
PAN_PERF_COUNTER_UNITS_BYTES,
PAN_PERF_COUNTER_UNITS_PIXELS,
PAN_PERF_COUNTER_UNITS_ISSUES,
PAN_PERF_COUNTER_UNITS_INTERRUPTS,
};
struct pan_perf_counter {