diff options
Diffstat (limited to 'src/freedreno/perfcntrs/freedreno_perfcntr.h')
-rw-r--r-- | src/freedreno/perfcntrs/freedreno_perfcntr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/freedreno/perfcntrs/freedreno_perfcntr.h b/src/freedreno/perfcntrs/freedreno_perfcntr.h index 6d61f673327..867048afc1c 100644 --- a/src/freedreno/perfcntrs/freedreno_perfcntr.h +++ b/src/freedreno/perfcntrs/freedreno_perfcntr.h @@ -91,6 +91,8 @@ struct fd_perfcntr_group { const struct fd_perfcntr_countable *countables; }; +const struct fd_perfcntr_group *fd_perfcntrs(unsigned gpu_id, unsigned *count); + #define COUNTER(_sel, _lo, _hi) { \ .select_reg = REG(_sel), \ .counter_reg_lo = REG(_lo), \ |