freedreno/registers: Gen8 perfcntr fixes
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

Correct # of UCHE counters, and fix pipe for CMP counters.

Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41757>
This commit is contained in:
Rob Clark 2026-05-20 07:37:48 -07:00 committed by Marge Bot
parent 9260c8b145
commit a573e25b6d

View file

@ -71,7 +71,7 @@
},
{
"name": "UCHE",
"num": 12,
"num": 24,
"select": "UCHE_PERFCTR_UCHE_SEL",
"counter": "RBBM_PERFCTR_UCHE",
"countable_type": "a8xx_uche_perfcounter_select"
@ -125,6 +125,7 @@
},
{
"name": "CMP",
"pipe": "BR",
"num": 4,
"select": "RB_PERFCTR_CMP_SEL",
"counter": "RBBM_PERFCTR_CMP",