diff options
-rw-r--r-- | src/freedreno/perfcntrs/fd6_perfcntr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/freedreno/perfcntrs/fd6_perfcntr.c b/src/freedreno/perfcntrs/fd6_perfcntr.c index a3c62d1286f..33b7678e56e 100644 --- a/src/freedreno/perfcntrs/fd6_perfcntr.c +++ b/src/freedreno/perfcntrs/fd6_perfcntr.c @@ -763,7 +763,7 @@ const struct fd_perfcntr_group a6xx_perfcntr_groups[] = { GROUP("HLSQ", hlsq_counters, hlsq_countables), GROUP("PC", pc_counters, pc_countables), GROUP("RB", rb_counters, rb_countables), - GROUP("RBBM", rbbm_counters, rbbm_countables), +// GROUP("RBBM", rbbm_counters, rbbm_countables), GROUP("SP", sp_counters, sp_countables), GROUP("TP", tp_counters, tp_countables), GROUP("UCHE", uche_counters, uche_countables), |