freedreno/a6xx: Fix CP_BIN_SIZE_ADDRESS name
[mesa.git] / src / freedreno / perfcntrs / freedreno_perfcntr.h
index 6d61f67332739053c40b08409e5e7d042c26168b..867048afc1c260933095944a3adb0a4df91a3d78 100644 (file)
@@ -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),    \