mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
freedreno/perfctrs/a2xx: move CP to be first group
fdperf expects this, to find the ALWAYS_COUNT counter Signed-off-by: Rob Clark <robdclark@chromium.org> Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
This commit is contained in:
parent
e35c4e6ad2
commit
6a517b3079
1 changed files with 1 additions and 1 deletions
|
|
@ -776,6 +776,7 @@ static const struct fd_perfcntr_counter rb_counters[] = {
|
|||
};
|
||||
|
||||
const struct fd_perfcntr_group a2xx_perfcntr_groups[] = {
|
||||
GROUP("CP", cp_counters, cp_countables),
|
||||
GROUP("PA_SU", pa_su_counters, pa_su_countables),
|
||||
GROUP("PA_SC", pa_sc_counters, pa_sc_countables),
|
||||
GROUP("VGT", vgt_counters, vgt_countables),
|
||||
|
|
@ -787,7 +788,6 @@ const struct fd_perfcntr_group a2xx_perfcntr_groups[] = {
|
|||
GROUP("SX", sx_counters, sx_countables),
|
||||
// GROUP("MH", mh_counters, mh_countables),
|
||||
GROUP("RBBM", rbbm_counters, rbbm_countables),
|
||||
GROUP("CP", cp_counters, cp_countables),
|
||||
GROUP("RB", rb_counters, rb_countables),
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue