mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-27 14:28:22 +02:00
freedreno/registers: Gen8 perfcntr fixes
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:
parent
9260c8b145
commit
a573e25b6d
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue