mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 06:40:08 +01:00
intel/perf: Add BMG OA support
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30982>
This commit is contained in:
parent
aa2f9b72b2
commit
ab12e01af6
3 changed files with 7003 additions and 0 deletions
|
|
@ -471,6 +471,8 @@ get_register_queries_function(const struct intel_device_info *devinfo)
|
|||
return NULL;
|
||||
case INTEL_PLATFORM_LNL:
|
||||
return intel_oa_register_queries_lnl;
|
||||
case INTEL_PLATFORM_BMG:
|
||||
return intel_oa_register_queries_bmg;
|
||||
default:
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ intel_hw_metrics = [
|
|||
'acmgt1', 'acmgt2', 'acmgt3',
|
||||
'mtlgt2', 'mtlgt3',
|
||||
'lnl',
|
||||
'bmg',
|
||||
]
|
||||
|
||||
intel_hw_metrics_xml_files = []
|
||||
|
|
|
|||
7000
src/intel/perf/oa-bmg.xml
Normal file
7000
src/intel/perf/oa-bmg.xml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue