mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-27 20:58:11 +02:00
freedreno/registers: Add a6xx CMP counter group
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
96c5179c02
commit
9260c8b145
1 changed files with 7 additions and 0 deletions
|
|
@ -37,6 +37,13 @@
|
|||
"counter": "RBBM_PERFCTR_LRZ",
|
||||
"countable_type": "a6xx_lrz_perfcounter_select"
|
||||
},
|
||||
{
|
||||
"name": "CMP",
|
||||
"num": 4,
|
||||
"select": "RB_PERFCTR_CMP_SEL",
|
||||
"counter": "RBBM_PERFCTR_CMP",
|
||||
"countable_type": "a6xx_cmp_perfcounter_select"
|
||||
},
|
||||
{
|
||||
"name": "HLSQ",
|
||||
"num": 6,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue