aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno/perfcntrs
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2019-11-19 16:37:18 -0800
committerRob Clark <[email protected]>2019-11-21 20:01:03 +0000
commitb2338a5b00cad0080b6003e1a4aabac0ce3220cf (patch)
treed2454c16e97672f43d3f520422103cf4ee7d5b6e /src/freedreno/perfcntrs
parent6a517b3079b1e9bc17a60f5720c1a50ac8bab84b (diff)
freedreno/perfcntrs/a6xx: remove RBBM counters
Currently this are getting blocked by the kernel.. these counters don't seem to be the most useful ones, and to use them we'd have to somehow probe the kernel by submitting cmdstream to write the selector regs and see if that triggers a GPU fault. So let's just skip them. Signed-off-by: Rob Clark <[email protected]> Reviewed-by: Kristian H. Kristensen <[email protected]>
Diffstat (limited to 'src/freedreno/perfcntrs')
-rw-r--r--src/freedreno/perfcntrs/fd6_perfcntr.c2
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),