mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
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 <robdclark@chromium.org> Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
This commit is contained in:
parent
6a517b3079
commit
b2338a5b00
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue