mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
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:
parent
ab67e972dd
commit
d102217665
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue