fd: add a8xx perfcntr countables

Add the a8xx perfcntr countables lists for each supported perfcntr group,
as collected from the proprietary profiling tools.

Signed-off-by: Zan Dobersek <zdobersek@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40971>
This commit is contained in:
Zan Dobersek 2026-04-15 08:49:03 +02:00 committed by Marge Bot
parent 9444b9c2c5
commit 4d4a951ac6
4 changed files with 1932 additions and 0 deletions

View file

@ -13,6 +13,7 @@
#include "a8xx_enums.xml.h"
#include "a6xx_perfcntrs.xml.h"
#include "a7xx_perfcntrs.xml.h"
#include "a8xx_perfcntrs.xml.h"
#include "a6xx_descriptors.xml.h"
#include "a8xx_descriptors.xml.h"
#include "a6xx.xml.h"

View file

@ -10,6 +10,7 @@ xsi:schemaLocation="https://gitlab.freedesktop.org/freedreno/ rules-fd.xsd">
<import file="adreno/a8xx_enums.xml"/>
<import file="adreno/a6xx_perfcntrs.xml"/>
<import file="adreno/a7xx_perfcntrs.xml"/>
<import file="adreno/a8xx_perfcntrs.xml"/>
<import file="adreno/a6xx_descriptors.xml"/>
<import file="adreno/a8xx_descriptors.xml"/>

File diff suppressed because it is too large Load diff

View file

@ -14,6 +14,7 @@ xml_reg_files = [
'a7xx_perfcntrs.xml',
'a8xx_enums.xml',
'a8xx_descriptors.xml',
'a8xx_perfcntrs.xml',
]
xml_files = xml_reg_files