freedreno/perfcntrs/a6xx: remove RBBM counters
authorRob Clark <robdclark@chromium.org>
Wed, 20 Nov 2019 00:37:18 +0000 (16:37 -0800)
committerRob Clark <robdclark@gmail.com>
Thu, 21 Nov 2019 20:01:03 +0000 (20:01 +0000)
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 <robdclark@chromium.org>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
src/freedreno/perfcntrs/fd6_perfcntr.c

index a3c62d1286f7c7748dce9dc7cc5156c889eb5864..33b7678e56e66a7e264003ea7282b033a21b9a5f 100644 (file)
@@ -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),