mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
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:
parent
9444b9c2c5
commit
4d4a951ac6
4 changed files with 1932 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
||||
|
|
|
|||
1929
src/freedreno/registers/adreno/a8xx_perfcntrs.xml
Normal file
1929
src/freedreno/registers/adreno/a8xx_perfcntrs.xml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -14,6 +14,7 @@ xml_reg_files = [
|
|||
'a7xx_perfcntrs.xml',
|
||||
'a8xx_enums.xml',
|
||||
'a8xx_descriptors.xml',
|
||||
'a8xx_perfcntrs.xml',
|
||||
]
|
||||
|
||||
xml_files = xml_reg_files
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue